Talk SEO with AI 💬
Connect fetchSERP to Claude Desktop (or any MCP-compatible client) and get live SEO insights through natural conversation.
Use the SEO Agent when you need analysis on keywords, rankings, backlinks, and more—without leaving your chat window.
Setup in 2 minutes
- Get an API token from your fetchSERP dashboard
- Add the MCP server configuration to Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fetchserp": {
"command": "npx",
"args": [
"github:fetchSERP-LLC/fetchserp-mcp-server-node"
],
"env": {
"FETCHSERP_API_TOKEN": "YOUR_FETCHSERP_API_TOKEN"
}
}
}
}
- Restart Claude Desktop and start chatting! ✨
What can I ask?
What are the top keywords my competitor "example.com" is ranking for?
Analyze the backlinks for the domain "fetchserp.com" and suggest improvements.
Find long-tail keywords with low competition related to "email marketing".
How it works
The MCP server exposes all fetchSERP endpoints as tools inside the chat. When you ask a question, Claude chooses the right endpoint, fetches real-time data, and responds with actionable insights.
Want to integrate with your own chat UI or LLM? Head over to our LLM Integration guide.