Free technical-SEO audit MCP server for AI agents — crawl, 77 checks, LLM-ready reports. Hosted at crawlinx.com, no signup/API key.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"crawlinx-mcp": {
"command": "npx",
"args": [
"-y",
"im-ff/crawlinx-mcp"
]
}
}
}
Run in terminal:
claude mcp add crawlinx-mcp npx -y im-ff/crawlinx-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"crawlinx-mcp": {
"command": "npx",
"args": [
"-y",
"im-ff/crawlinx-mcp"
]
}
}
}