Skip to content
VS Code

autorank mcp for VS Code

io.github.ryankramer/autorank-mcp

Technical SEO tools for AI agents: structured data, meta tags, robots, SERP truncation. No API key.

client:VS Code transport:stdio runtime:pypi

Install autorank mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "autorank-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "autorank-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

autorank mcp in other clients