Localseodata MCP Server

Model Context Protocol server for Local SEO Data. Gives AI assistants access to 42 local SEO tools -- SERP tracking, review monitoring, keyword research, AI visibility scoring, geogrid scans, and more.

People connecting search tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-11 · ★ 3 · #33 OF 47 MAINTAINED SEARCH · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Localseodata MCP Server

before you install - you'll need

API_BASE_URL

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add localseodata-mcp-server -- npx -y @localseodata/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "localseodata-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@localseodata/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @localseodata/mcp-server - published under the repo owner's npm scope (@localseodata)

registry namespace io.github.localseodata is GitHub-verified and matches the repo owner

03 · What Localseodata MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.1 · 2026-05-11

What's New · 42 local SEO tools accessible via Model Context Protocol · Full test suite (11 tests covering tool registration and API client) · CI pipeline (typecheck + tests on every push) · Glama registry integration…

04 · Who maintains Localseodata MCP Server

mcp-server is maintained by localseodata. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
search - ranked #33 of 47 actively-maintained search servers as of 2026-08-25.
registry
io.github.localseodata/mcp-server (active, first published 2026-05-09)
packages
npm:@localseodata/mcp-server

06 · Localseodata MCP Server FAQ

What is Localseodata MCP Server?

Model Context Protocol server for Local SEO Data. Gives AI assistants access to 42 local SEO tools -- SERP tracking, review monitoring, keyword research, AI visibility scoring, geogrid scans, and more.

Is Localseodata MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-11. We re-verify nightly.

How do I install Localseodata MCP Server?

Run `npx -y @localseodata/mcp-server`. The README documents one environment variable (API_BASE_URL) to set first. You can also paste the ready-made client config above.

Does Localseodata MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Localseodata MCP Server

More search MCP servers · Sylex Search · OpenResearch MCP · Openwebninja MCP · Retrieval

More TypeScript MCP servers · Localstack MCP Server · Logclaw MCP Server · Lore Context · Melchizedek · Standardnotes · see all