HELP CENTER

Connect Claude to DataForSEO MCP: Very Simple Guide

In the previous guide to connecting to DataForSEO MCP server, we’ve explained how to install DataForSEO MCP server locally using a GitHub repository and your Terminal/Powershell.

We’ve figured out and implemented a much simpler way to connect DataForSEO MCP to Claude Desktop with only a few lines of code. Follow the instructions below to get it done:

  1. Open Claude Desktop and navigate to Developer Settings;
  2. Select Edit Config and open the ‘claude_desktop_config’ JSON file;
  3. Paste the following code snippet with your API credentials in the “DATAFORSEO_USERNAME” and “DATAFORSEO_PASSWORD” fields.

{
  "mcpServers": {
    "dataforseo": {
      "command": "npx",
      "args": [
        "-y",
        "dataforseo-mcp-server"
      ],
      "env": {
        "DATAFORSEO_USERNAME": "your_api_login",
        "DATAFORSEO_PASSWORD": "your_api_password"
      }
    }
  }
}

Embed DataForSeo widget on your website


Embed code:
Preview: