PluginBench
MCP Server
Maintained
MIT

AgentSEO MCP Server

dev.agentseo.www/agentseo-mcp

What is the AgentSEO MCP server?

Live SEO workflow tools for Claude Code, Codex, and AI agents.

How to install AgentSEO

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AGENTSEO_API_KEY
    required
    secret

    Your AgentSEO server-side API key.

  • AGENTSEO_API_URL

    Optional API base URL. Defaults to https://www.agentseo.dev/api/v1.

  • AGENTSEO_PROJECT_ID

    Optional project attribution for usage and job tracking.

  • AGENTSEO_WORKFLOW_ID

    Optional workflow attribution for usage and job tracking.

  • x-api-key
    required
    secret

    Your AgentSEO server-side API key. Create one at https://www.agentseo.dev.

  • x-project-id

    Optional project attribution for client, tenant, or workspace tracking.

  • x-workflow-id

    Optional workflow attribution for scheduled jobs, agents, or automations.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentseo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentseo/mcp-server"
      ],
      "env": {
        "AGENTSEO_API_KEY": "<YOUR_AGENTSEO_API_KEY>",
        "AGENTSEO_API_URL": "<YOUR_AGENTSEO_API_URL>",
        "AGENTSEO_PROJECT_ID": "<YOUR_AGENTSEO_PROJECT_ID>",
        "AGENTSEO_WORKFLOW_ID": "<YOUR_AGENTSEO_WORKFLOW_ID>",
        "x-api-key": "<YOUR_X_API_KEY>",
        "x-project-id": "<YOUR_X_PROJECT_ID>",
        "x-workflow-id": "<YOUR_X_WORKFLOW_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentseo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentseo/mcp-server"
      ],
      "env": {
        "AGENTSEO_API_KEY": "<YOUR_AGENTSEO_API_KEY>",
        "AGENTSEO_API_URL": "<YOUR_AGENTSEO_API_URL>",
        "AGENTSEO_PROJECT_ID": "<YOUR_AGENTSEO_PROJECT_ID>",
        "AGENTSEO_WORKFLOW_ID": "<YOUR_AGENTSEO_WORKFLOW_ID>",
        "x-api-key": "<YOUR_X_API_KEY>",
        "x-project-id": "<YOUR_X_PROJECT_ID>",
        "x-workflow-id": "<YOUR_X_WORKFLOW_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentseo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentseo/mcp-server"
      ],
      "env": {
        "AGENTSEO_API_KEY": "<YOUR_AGENTSEO_API_KEY>",
        "AGENTSEO_API_URL": "<YOUR_AGENTSEO_API_URL>",
        "AGENTSEO_PROJECT_ID": "<YOUR_AGENTSEO_PROJECT_ID>",
        "AGENTSEO_WORKFLOW_ID": "<YOUR_AGENTSEO_WORKFLOW_ID>",
        "x-api-key": "<YOUR_X_API_KEY>",
        "x-project-id": "<YOUR_X_PROJECT_ID>",
        "x-workflow-id": "<YOUR_X_WORKFLOW_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentseo-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentseo/mcp-server"
      ],
      "env": {
        "AGENTSEO_API_KEY": "<YOUR_AGENTSEO_API_KEY>",
        "AGENTSEO_API_URL": "<YOUR_AGENTSEO_API_URL>",
        "AGENTSEO_PROJECT_ID": "<YOUR_AGENTSEO_PROJECT_ID>",
        "AGENTSEO_WORKFLOW_ID": "<YOUR_AGENTSEO_WORKFLOW_ID>",
        "x-api-key": "<YOUR_X_API_KEY>",
        "x-project-id": "<YOUR_X_PROJECT_ID>",
        "x-workflow-id": "<YOUR_X_WORKFLOW_ID>"
      }
    }
  }
}
Claude Code
claude mcp add agentseo-mcp --env AGENTSEO_API_KEY=<YOUR_AGENTSEO_API_KEY> --env AGENTSEO_API_URL=<YOUR_AGENTSEO_API_URL> --env AGENTSEO_PROJECT_ID=<YOUR_AGENTSEO_PROJECT_ID> --env AGENTSEO_WORKFLOW_ID=<YOUR_AGENTSEO_WORKFLOW_ID> --env x-api-key=<YOUR_X_API_KEY> --env x-project-id=<YOUR_X_PROJECT_ID> --env x-workflow-id=<YOUR_X_WORKFLOW_ID> -- npx -y @agentseo/mcp-server

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →