Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server implementation for DataForSEO that enables Claude to interact with DataForSEO APIs to obtain SEO data through a standardized interface.
Add this to your MCP client configuration:
{
"mcpServers": {
"dataforseo-mcp-server-typescript": {
"command": "npx",
"args": [
"dataforseo-mcp-server"
],
"env": {
"DATAFORSEO_USERNAME": "<Your DataForSEO API username.>",
"DATAFORSEO_PASSWORD": "<Your DataForSEO API password.>",
"ENABLED_MODULES": "<Comma-separated list of modules to enable.>",
"DATAFORSEO_FULL_RESPONSE": "<Whether to return full API responses.>"
}
}
}
}{
"id": "dataforseo-mcp-server-typescript",
"name": "DataForSEO",
"description": "A Model Context Protocol (MCP) server implementation for DataForSEO that enables Claude to interact with DataForSEO APIs to obtain SEO data through a standardized interface.",
"source_url": "https://github.com/dataforseo/mcp-server-typescript",
"publisher_name": "dataforseo",
"publisher_url": "https://github.com/dataforseo",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 35519,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "dataforseo-mcp-server"
},
"tools_count": 49
}