trendsmcp/web-traffic-mcp
MCP server for live website traffic trend data. Track site visit trends and competitor traffic signals from Claude, Cursor, VS Code and more.
Platform-specific configuration:
{
"mcpServers": {
"web-traffic-mcp": {
"command": "npx",
"args": [
"-y",
"web-traffic-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://trendsmcp.ai/web-traffic-data) [](https://modelcontextprotocol.io) [](https://trendsmcp.ai/mcp-server-for-claude) [](https://trendsmcp.ai/mcp-server-for-cursor)
> Web traffic trend data for AI assistants > Track website visit trends for any domain or company. Measure audience growth, detect traffic spikes from product launches or press coverage, and compare competitors side by side - all from your AI.
Full docs and live demo: https://trendsmcp.ai/web-traffic-data
Part of [Trends MCP](https://trendsmcp.ai) -- the MCP server for live trend data across 12+ sources. See the main repo: https://github.com/trendsmcp/trends-mcp
---
Step 1: Get your free API key at [trendsmcp.ai](https://trendsmcp.ai) 100 requests/day, no credit card required.
Step 2: Add to your AI client (replace YOUR_API_KEY):
**+ Add to Cursor (one click)**
Cursor / Windsurf / Cline (~/.cursor/mcp.json or equivalent)
{
"mcpServers": {
"trends-mcp": {
"url": "https://api.trendsmcp.ai/mcp",
"transport": "http",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}VS Code / GitHub Copilot (.vscode/mcp.json)
{
"servers": {
"trends-mcp": {
"type": "http",
"url": "https://api.trendsmcp.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }Loading reviews...