Claude Desktop Integration
Integrate Talordata MCP Server with Claude Desktop to give AI agents access to real-time SERP data and structured search results.
Last updated
Integrate Talordata MCP Server with Claude Desktop to give AI agents access to real-time SERP data and structured search results.
Connect Claude Desktop to the TalorData MCP server to enable real-time web searches, data scraping, and access to structured data. Over 60 tools are available.
Go to SERP API-API Token to create an API token.
Copy your API token (format as: sk_7qBRe***************************)
Open Claude Desktop
Go to: Settings → Developer options → Edit configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"TalorData": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.talordata.net/YOUR_API_TOKEN_HERE/mcp"
]
}
}
}Replace YOUR_API_TOKEN_HEREUse the actual API token you obtained in Step 1.
Save and restart Claude Desktop
View your API usage in the TalorData SERP API usage logs.
Last updated