Odel
octoboost mcp server

octoboost mcp server

Local
@eugenregehrTypeScriptUpdated 5mo ago

Analyze multiple URLs with categorized SEO / GEO checks and scored results.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmoctoboost-mcp-serverv1.1.1

Run

npx -y octoboost-mcp-server

MCP client config

{
  "mcpServers": {
    "octoboost-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "octoboost-mcp-server"
      ]
    }
  }
}