PluginBench
MCP Server
Maintained
MIT

io.github.agencyenterprise/aiseo-audit MCP Server

io.github.agencyenterprise/aiseo-audit

What is the io.github.agencyenterprise/aiseo-audit MCP server?

Audit web pages for AI search readiness (ChatGPT, Claude, Perplexity, Gemini).

How to install io.github.agencyenterprise/aiseo-audit

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aiseo-audit": {
      "command": "npx",
      "args": [
        "-y",
        "aiseo-audit"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aiseo-audit": {
      "command": "npx",
      "args": [
        "-y",
        "aiseo-audit"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aiseo-audit": {
      "command": "npx",
      "args": [
        "-y",
        "aiseo-audit"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aiseo-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aiseo-audit"
      ]
    }
  }
}
Claude Code
claude mcp add aiseo-audit -- npx -y aiseo-audit

Related MCP servers

Connect Claude to Fathom meeting recordings, transcripts, and summaries

16
TypeScript
MIT
View repository →