Odel
seo mcp server

seo mcp server

Local
@seodesignlabTypeScriptUpdated 2mo ago

SEO tools via x402: briefs, keywords, SERP, backlinks, audits. $0.50-$3/req USDC on Base.

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).

npm@seodesignlab/mcp-serverv1.0.4

Run

npx -y @seodesignlab/mcp-server

MCP client config

{
  "mcpServers": {
    "seo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@seodesignlab/mcp-server"
      ]
    }
  }
}