What is the Seo Ai Visibility MCP server?
SEO AI-Visibility MCP — does brand X appear in an LLM's answer (GEO / AI-SEO)
How to install Seo Ai Visibility
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"seo-ai-visibility": {
"url": "https://gateway.pipeworx.io/seo-ai-visibility/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"seo-ai-visibility": {
"serverUrl": "https://gateway.pipeworx.io/seo-ai-visibility/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"seo-ai-visibility": {
"type": "http",
"url": "https://gateway.pipeworx.io/seo-ai-visibility/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"seo-ai-visibility": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/seo-ai-visibility/mcp"
]
}
}
}Claude Code
claude mcp add --transport http seo-ai-visibility https://gateway.pipeworx.io/seo-ai-visibility/mcp