AutoRank MCP
Rank #37,120io.github.RyanKramer/autorank-mcp
Technical SEO tools for AI agents: structured data, meta tags, robots, SERP truncation. No API key.
AutoRank MCP is a Model Context Protocol (MCP) server published by ryankramer. It ranks #37,120 of 115,460 servers tracked on MCP Toplist. AutoRank MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 2, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 78,340 of 115,460 servers on MCP Toplist.
Use AutoRank MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add autorank-mcp -- uvx autorank-mcp[mcp_servers.autorank-mcp]
command = "uvx"
args = ["autorank-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"autorank-mcp": {
"command": "uvx",
"args": [
"autorank-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"autorank-mcp": {
"command": "uvx",
"args": [
"autorank-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"autorank-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"autorank-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"autorank-mcp": {
"command": "uvx",
"args": [
"autorank-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"autorank-mcp": {
"command": "uvx",
"args": [
"autorank-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.RyanKramer%2Fautorank-mcp)<a href="https://mcptoplist.com/server/io.github.RyanKramer%2Fautorank-mcp"><img src="https://mcptoplist.com/badge/io.github.RyanKramer%2Fautorank-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ryankramer
Other servers by ryankramer
- Pixelpanda MCP#5,946 · 3 vers
- rankedtoday-mcp#32,485 · 1 ver
- SummitFlow MCP#32,486 · 1 ver
- WiseGrid MCP#37,121 · 1 ver
- Shippost MCP#43,450 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 27, 2026 |
Frequently asked questions
- Who maintains AutoRank MCP?
- AutoRank MCP is maintained by ryankramer, which publishes 6 MCP servers (9 total versions) tracked on MCP Toplist.
- Is AutoRank MCP listed on the Official MCP Registry?
- Yes — AutoRank MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does AutoRank MCP have?
- MCP Toplist tracks 1 version of AutoRank MCP, most recently published on Aug 27, 2026.
- Where can I find the source code for AutoRank MCP?
- The source code for AutoRank MCP is hosted at github.com/RyanKramer/autorank-mcp.