SearchAtlas MCP Server
npm · MCP Registry · GitHub
Connect any MCP-compatible AI client to the SearchAtlas v2 MCP server — 500+ tools covering OTTO SEO, PPC, Content Genius, Site Explorer, Google Business Profile, Local SEO, Link Laboratory, Digital PR, LLM Visibility, keyword research, and more.
This package runs as a thin stdio bridge to the hosted v2 MCP server at https://mcp.searchatlas.com/mcp/ so it works with clients that only speak stdio. Clients with native Streamable-HTTP support can connect to the remote endpoint directly.
Works with Claude Code, Cursor, Claude Desktop, VS Code, Windsurf, and Zed.
Setup (3 steps)
1. Install & log in
With npm:
npm install -g searchatlas-mcp-server
searchatlas loginWith yarn:
yarn global add searchatlas-mcp-server
searchatlas loginWith pnpm:
pnpm add -g searchatlas-mcp-server
searchatlas loginWithout installing (npx):
npx searchatlas-mcp-server loginThis opens your browser. After logging in:
- Press F12 (or Cmd+Option+I on Mac) to open DevTools
- Go to Console tab
- Run:
localStorage.getItem("token") - Copy the result and paste it into the terminal






