autorank mcp for Cursor
io.github.ryankramer/autorank-mcp
Technical SEO tools for AI agents: structured data, meta tags, robots, SERP truncation. No API key.
client:Cursor
transport:stdio
runtime:pypi
Install autorank mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"autorank-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"autorank-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs