What is the Rankrat MCP server?
Self-hosted MCP for owned-site SEO, search analytics, indexing, monitoring, and safe remediation.
How to install Rankrat
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"rankrat": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/rankrat:v0.20.0"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"rankrat": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/rankrat:v0.20.0"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rankrat": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/rankrat:v0.20.0"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"rankrat": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/rankrat:v0.20.0"
]
}
}
}Claude Code
claude mcp add rankrat -- docker run -i --rm docker.io/psyb0t/rankrat:v0.20.0Related MCP servers
Stealthy Auto Browse
Active
Self-hosted stealth browser automation with human-like OS-level input, passes bot detection.
71
View repository →Python
WTFPL
Claudebox
Active
Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.
19
View repository →Shell
WTFPL
Talkies
Active
Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.
5
View repository →Python
WTFPL
HybridS3
Active
Self-hosted S3-compatible object storage server with an MCP interface for AI agents.
4
View repository →Shell
WTFPL
Mailbox
Active
Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.
2
View repository →Python
WTFPL
Pibox
Active
Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.
2
View repository →Shell
WTFPL