Skip to main content
ClaudeWave

Hosted MCP server config for Trends API.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/trendsapi-ai/trends-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "trends-mcp": {
      "command": "node",
      "args": ["/path/to/trends-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/trendsapi-ai/trends-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Remote MCP server

Hosted MCP at `https://api.trendsapi.ai/mcp`. Same three operations and catalogs as REST. Token: [trendsapi.ai/#get-key](https://trendsapi.ai/#get-key).

REST contract: [trendsapi-ai/trendsapi](https://github.com/trendsapi-ai/trendsapi).

[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![MCP](https://img.shields.io/badge/MCP-HTTP-blueviolet.svg)](https://modelcontextprotocol.io)

## Tools

| MCP tool | REST `mode` | Required | Returns |
|---|---|---|---|
| `get_trends` | `get_time_series` | `source`, `keyword` | Weekly history |
| `get_growth` | `get_growth` | `source`, `keyword` | Percent change |
| `get_top_trends` | `get_top_trends` | `type` | Live ranked feed |

Sources, feeds, and keyword formats: [hub keyword sources](https://github.com/trendsapi-ai/trendsapi#keyword-sources) and [live feeds](https://github.com/trendsapi-ai/trendsapi#live-feeds).

`app downloads` / `app rankings` still need an Android bundle ID (`com.openai.chatgpt`).

## Cursor

`~/.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "trend-feeds": {
      "url": "https://api.trendsapi.ai/mcp",
      "transport": "http",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}
```

## VS Code

`.vscode/mcp.json`:

```json
{
  "servers": {
    "trend-feeds": {
      "type": "http",
      "url": "https://api.trendsapi.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}
```

## Claude Desktop

```json
{
  "mcpServers": {
    "trend-feeds": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://api.trendsapi.ai/mcp", "--header", "Authorization:${AUTH_HEADER}"],
      "env": { "AUTH_HEADER": "Bearer YOUR_TOKEN" }
    }
  }
}
```

Claude.ai: Settings → Connectors → Add custom connector → `https://api.trendsapi.ai/mcp`.

No local production server in this repo.

## License

MIT. See [LICENSE](LICENSE).
ai-agentsalternative-dataanthropicchatgptclaudecursordeveloper-toolsjson-apillm-toolsmarket-researchmcpmcp-servermodel-context-protocolno-scrapingopenairest-apitime-seriestrend-datatrends-apivscode

What people ask about trends-mcp

What is trendsapi-ai/trends-mcp?

+

trendsapi-ai/trends-mcp is mcp servers for the Claude AI ecosystem. Hosted MCP server config for Trends API. It has 0 GitHub stars and its last recorded update is dated 2026-08-18.

How do I install trends-mcp?

+

You can install trends-mcp by cloning the repository (https://github.com/trendsapi-ai/trends-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is trendsapi-ai/trends-mcp safe to use?

+

Our security agent has analyzed trendsapi-ai/trends-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains trendsapi-ai/trends-mcp?

+

trendsapi-ai/trends-mcp is maintained by trendsapi-ai. The last recorded GitHub activity is dated 2026-08-18, with 0 open issues.

Are there alternatives to trends-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy trends-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: trendsapi-ai/trends-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/trendsapi-ai-trends-mcp)](https://claudewave.com/repo/trendsapi-ai-trends-mcp)
<a href="https://claudewave.com/repo/trendsapi-ai-trends-mcp"><img src="https://claudewave.com/api/badge/trendsapi-ai-trends-mcp" alt="Featured on ClaudeWave: trendsapi-ai/trends-mcp" width="320" height="64" /></a>

More MCP Servers

trends-mcp alternatives