SEO Professional Stack
Technical SEO, keyword research, search analytics, and competitive analysis. Google Search Console, Semrush, and analytics in one config.
Token Budget
This stack is lightweight. Plenty of room for your prompts and code context.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"semrush-mcp": {
"command": "npx",
"args": [
"-y",
"semrush-mcp"
],
"env": {
"SEMRUSH_API_KEY": "YOUR_SEMRUSH_API_KEY"
}
},
"firecrawl-mcp": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": "YOUR_FIRECRAWL_API_KEY"
}
},
"google-search-console-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-server-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "YOUR_GOOGLE_APPLICATION_CREDENTIALS"
}
},
"google-analytics-mcp": {
"command": "npx",
"args": [
"-y",
"@google-analytics/mcp"
],
"env": {
"GA_PROPERTY_ID": "YOUR_GA_PROPERTY_ID",
"GOOGLE_APPLICATION_CREDENTIALS": "YOUR_GOOGLE_APPLICATION_CREDENTIALS"
}
},
"brave-search-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
}
}
}
}Included Servers
Google Search Console MCP
ahonn
Access GSC search analytics, URL inspection, sitemap management, and detect quick-win keyword opportunities.
Your primary data source. Search analytics, URL inspection, and sitemap management — see exactly how Google sees your site.
Semrush MCP
Semrush
Competitive analysis, keyword research, backlink audits, and market intelligence from Semrush data. Official integration.
Keyword research, backlink audits, and competitive intelligence. Find gaps in your strategy and track your domain authority.
Google Analytics MCP
Access GA4 data, run custom reports, and get real-time analytics from your AI editor. Official Google implementation.
GA4 reporting on demand. Run custom reports, check real-time traffic, and correlate SEO changes with actual user behavior.
Firecrawl MCP
Mendable
Scrape and crawl websites, extract structured data, and perform batch web scraping with LLM-powered content analysis.
Crawl any website and extract structured content. Audit competitors, scrape SERPs, or analyze technical SEO issues at scale.
Brave Search MCP
Anthropic
Search the web using Brave Search API. Perform web searches and get results directly in your AI editor context.
Search the web for real-time SERP data, content research, and competitor analysis without leaving your editor.