Loading languages...
GI

github:fetchSERP/fetchserp-mcp-server-node

@fetchSERP

Integrate FetchSERP API directly into Claude Desktop using MCP (Model Context Protocol). Get real-time SEO insights, keyword research, and competitor analysis through natural conversation with an AI expert.

seo
serp
keyword-research
competitor-analysis
ai-integration

fetchserp-mcp-server-node

What

A Model Context Protocol (MCP) server for FetchSERP API, providing real-time SEO insights, keyword research, competitor analysis, and SERP data to AI applications.

How

Claude Desktop Configuration

Add to your Claude Desktop config file:

{"mcpServers":{"fetchserp":{"command":"npx","args":["github:fetchSERP/fetchserp-mcp-server-node"],"env":{"FETCHSERP_API_TOKEN":"your_token_here"}}}}

Restart Claude Desktop to use.

API Integration (Claude/OpenAI)

Set MCP_SERVER_URL=https://www.fetchserp.com/mcp and include your FETCHSERP_API_TOKEN in requests.

Notes

  • Requires a FetchSERP API token (sign up for free credits).
  • Supports stdio (Claude Desktop) and URL-based (API) transports.

# mcpServer Config

{
  "mcpServers": {
    "fetchserp": {
      "command": "npx",
      "args": [
        "github:fetchSERP/fetchserp-mcp-server-node"
      ],
      "env": {
        "FETCHSERP_API_TOKEN": "your_fetchserp_api_token_here"
      }
    }
  }
}

# stdio

npx github:fetchSERP/fetchserp-mcp-server-node

# streamableURL

https://www.fetchserp.com/mcp
Transport:
stdio
streamable
Language:
javascript
Updated: 8/3/2025