github:fetchSERP/fetchserp-mcp-server-node
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.
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.
Recommend MCP Servers 💡
Kollektiv MCP
Kollektiv MCP allows users to chat with and query their own documents directly from IDEs and MCP clients, providing private, secure integration with favorite code editors.
mcp_server_lark
A Model Context Protocol server for Lark(Feishu) sheet, message, doc and etc.
@mcpfinder/server
MCPfinder is a service that enables LLMs to dynamically discover and access new tools and capabilities by locating relevant MCP servers through a central registry.
py-mcp-qdrant-rag
A Model Context Protocol (MCP) server implementation for RAG (Retrieval-Augmented Generation) using Qdrant vector database with support for both Ollama and OpenAI embeddings.
mcp-claude-code
MCP implementation of Claude Code capabilities and more
mcp-server-ipfs-context
An MCP server that leverages IPFS for decentralized storage and retrieval of conversational context across sessions.