Best for
- Founders, indie developers, and small teams
- Users who want self-hosted SEO tools with data privacy
- Users who want to leverage AI assistants for quick SEO insights
The CrawlSEO MCP Server is part of the CrawlSEO platform, enabling AI agents (such as Claude Code, Claude Desktop, and Cursor) to query your SEO data directly. It provides 10 tools covering site listing, overview, keyword and page data, traffic metrics, crawl and audit, Core Web Vitals, and SEO opportunities. The server runs over stdio transport and requires a locally running CrawlSEO instance with proper environment configuration.
git clone https://github.com/crawlseo/crawlseo.git and enter the directory.npm install..env.example to .env.local and set DATABASE_URL, NEXTAUTH_SECRET, GOOGLE_CLIENT_ID, and GOOGLE_CLIENT_SECRET.docker compose up -d db.npx prisma migrate dev --name init.npm run dev.{
"mcpServers": {
"crawlseo": {
"command": "npx",
"args": [
"tsx",
"mcp/server.ts"
],
"cwd": "/path/to/crawlseo"
}
}
}