SearchAtlas MCP Server
io.github.search-atlas-group/searchatlas
What is the SearchAtlas MCP server?
SearchAtlas AI Agent — SEO, content, PPC, authority building, and site management
How to install SearchAtlas
Copy-paste configuration for popular MCP clients.
SEARCHATLAS_TOKENrequiredsecretJWT token for authentication (preferred method)
SEARCHATLAS_API_KEYsecretAPI key authentication (alternative to JWT token)
SEARCHATLAS_API_URLAPI base URL (defaults to https://mcp.searchatlas.com)
{
"mcpServers": {
"searchatlas": {
"command": "npx",
"args": [
"-y",
"searchatlas-mcp-server"
],
"env": {
"SEARCHATLAS_TOKEN": "<YOUR_SEARCHATLAS_TOKEN>",
"SEARCHATLAS_API_KEY": "<YOUR_SEARCHATLAS_API_KEY>",
"SEARCHATLAS_API_URL": "<YOUR_SEARCHATLAS_API_URL>"
}
}
}
}{
"mcpServers": {
"searchatlas": {
"command": "npx",
"args": [
"-y",
"searchatlas-mcp-server"
],
"env": {
"SEARCHATLAS_TOKEN": "<YOUR_SEARCHATLAS_TOKEN>",
"SEARCHATLAS_API_KEY": "<YOUR_SEARCHATLAS_API_KEY>",
"SEARCHATLAS_API_URL": "<YOUR_SEARCHATLAS_API_URL>"
}
}
}
}{
"mcpServers": {
"searchatlas": {
"command": "npx",
"args": [
"-y",
"searchatlas-mcp-server"
],
"env": {
"SEARCHATLAS_TOKEN": "<YOUR_SEARCHATLAS_TOKEN>",
"SEARCHATLAS_API_KEY": "<YOUR_SEARCHATLAS_API_KEY>",
"SEARCHATLAS_API_URL": "<YOUR_SEARCHATLAS_API_URL>"
}
}
}
}{
"servers": {
"searchatlas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"searchatlas-mcp-server"
],
"env": {
"SEARCHATLAS_TOKEN": "<YOUR_SEARCHATLAS_TOKEN>",
"SEARCHATLAS_API_KEY": "<YOUR_SEARCHATLAS_API_KEY>",
"SEARCHATLAS_API_URL": "<YOUR_SEARCHATLAS_API_URL>"
}
}
}
}claude mcp add searchatlas --env SEARCHATLAS_TOKEN=<YOUR_SEARCHATLAS_TOKEN> --env SEARCHATLAS_API_KEY=<YOUR_SEARCHATLAS_API_KEY> --env SEARCHATLAS_API_URL=<YOUR_SEARCHATLAS_API_URL> -- npx -y searchatlas-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.