MCP Server
Active
MIT
io.github.AutomateLab-tech/ai-seo MCP Server
io.github.AutomateLab-tech/ai-seo
What is the io.github.AutomateLab-tech/ai-seo MCP server?
MCP server for AI-SEO auditing: schema, robots.txt, llms.txt, citation scoring, and AEO/GEO rewrites
How to install io.github.AutomateLab-tech/ai-seo
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": {
"ai-seo": {
"command": "npx",
"args": [
"-y",
"@automatelab/ai-seo-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ai-seo": {
"command": "npx",
"args": [
"-y",
"@automatelab/ai-seo-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ai-seo": {
"command": "npx",
"args": [
"-y",
"@automatelab/ai-seo-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ai-seo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@automatelab/ai-seo-mcp"
]
}
}
}Claude Code
claude mcp add ai-seo -- npx -y @automatelab/ai-seo-mcpRelated MCP servers
Citation Intelligence
Active
Check what Perplexity, Claude, ChatGPT, Gemini, and Google AI Overviews cite for any query.
4
View repository →TypeScript
MIT
Publish content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, and Medium.
4
View repository →TypeScript
MIT
SEO Performance MCP
Active
Per-URL SEO verdicts from GSC, GA4, Matomo, Clarity, AI citations: refresh/expand/merge/kill.
1
View repository →TypeScript
MIT