mcpbeat Sign in

DataForSEO MCP Server

local only

DataForSEO MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

DataForSEO MCP wrapper: searchable API docs plus normalized calls to the official server. 4 tools.

Installs / week
npm · @scalably-io/dataforseo-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check DataForSEO MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dataforseo-mcp -- npx -y @scalably-io/dataforseo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dataforseo-mcp": {
      "args": [
        "-y",
        "@scalably-io/dataforseo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dataforseo-mcp]
command = "npx"
args = ["-y", "@scalably-io/dataforseo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dataforseo-mcp": {
      "args": [
        "-y",
        "@scalably-io/dataforseo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dataforseo-mcp": {
      "args": [
        "-y",
        "@scalably-io/dataforseo-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to DataForSEO MCP

same job, measured the same way
TheRundown Documentation MCP
by therundown

Official TheRundown API documentation search. No live data or authenticated Product API calls.

3 tools answering
Mux
by mux

The official MCP Server for the Mux API

191 installs/wk 2 tools answering
Openwebninja MCP
by openweb-ninja

Official MCP server for OpenWeb Ninja APIs - 40+ real-time web data and SERP APIs as MCP tools

46 installs/wk local only
SEO Tools: Yandex Wordstat
by antohins

MCP server for Yandex Wordstat keyword frequencies (official API v2). Free Yandex Cloud Search API.

72 installs/wk local only
Qdrant MCP
by avaazquezz

MCP server that wraps the Qdrant vector database API as tools.

1 385 installs/wk local only
axe MCP Server
by dequelabs

Official MCP server for Axe DevTools for Web.

local only
Variflight MCP
by variflight

VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.

2 921 installs/wk local only
Lovable
by lovable

Official MCP server for Lovable, the AI-powered full-stack app builder.

answering

DataForSEO MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for DataForSEO MCP?
DataForSEO MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @scalably-io/dataforseo-mcp.
How do I connect DataForSEO MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @scalably-io/dataforseo-mcp straight from npm; nothing to host, nothing to sign up for.
Is DataForSEO MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.