DataForSEO MCP Server
A Model Context Protocol server that enables Claude to interact with DataForSEO APIs, allowing access to SEO data including SERPs, keyword research, on-page metrics, and domain analytics.
Install DataForSEO MCP Server in your MCP client
DataForSEO MCP Server is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add DataForSEO MCP Server to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; DataForSEO MCP Server's tools should appear.
{
"mcpServers": {
"dataforseo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dataforseo-mcp-server/mcp-server"
],
"note": "Replace with the actual package name from the server's documentation.",
"env": {
"DATAFORSEO_USERNAME": "<your-dataforseo-username>",
"DATAFORSEO_PASSWORD": "<your-dataforseo-password>"
}
}
}
}Install DataForSEO MCP Server in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. DataForSEO MCP Server will show up in the assistant's tool list on next launch.
Install DataForSEO MCP Server in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). DataForSEO MCP Server will show up in the assistant's tool list on next launch.
Install DataForSEO MCP Server in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). DataForSEO MCP Server will show up in the assistant's tool list on next launch.
Install DataForSEO MCP Server in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. DataForSEO MCP Server will show up in the assistant's tool list on next launch.
Tools exposed by DataForSEO MCP Server
Once installed, DataForSEO MCP Server exposes the following MCP tools to your AI assistant. Each tool can be called directly by the assistant whenever its capability is relevant to your prompt.
AI_OPTIMIZATION APIProvides data for keyword discovery, conversational optimization, and real-time LLM benchmarking.
SERP APIReal-time Search Engine Results Page (SERP) data for Google, Bing, and Yahoo.
KEYWORDS_DATA APIKeyword research and clickstream data, including search volume, cost-per-click, and other metrics.
ONPAGE APIAllows crawling websites and webpages according to customizable parameters to obtain on-page SEO performance metrics.
DATAFORSEO LABS APIData on keywords, SERPs, and domains based on DataForSEO's in-house databases and proprietary algorithms.
BACKLINKS APIComprehensive backlink analysis including referring domains, anchor text distribution, and link quality metrics.
BUSINESS DATA APIPublicly available data on any business entity.
DOMAIN ANALYTICS APIData on website traffic, technologies, and Whois details.
CONTENT ANALYSIS APIRobust source of data for brand monitoring, sentiment analysis, and citation management.
Required environment variables
DataForSEO MCP Server needs the following environment variables set before it can run. Add them to the env block of your mcpServers entry, or export them in your shell before launching the client.
DATAFORSEO_USERNAMEDATAFORSEO_PASSWORD
Basic Authentication can also be used.
Transport
DataForSEO MCP Server supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
More analyze.research.web_summary MCP servers
Other Model Context Protocol servers in the same space as DataForSEO MCP Server. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
openarchieven-mcp-server
MCP server for the Open Archives genealogical search engine.
cinderwright-api
x402 Discovery Hub. Agent economy search engine. 1450+ services.
wayforth
Search engine and payment rail for AI agents. 2,300+ services, semantic ranking.
Giskard Search
Pay-per-use web search for AI agents. Lightning invoice, Ed25519 signature, karma discounts.
Google Search Console
Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
mcp-server-gsc
A Model Context Protocol (MCP) server providing access to Google Search Console
mcp-deepwebresearch
MCP Web Research Server with Deep Research capabilities
just-every-mcp-deep-search
MCP server for deep web search using @just-every/search
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.