SEO MCP Connector
Provides tools for reading Google Analytics 4 data, with read-only access by default.
Provides tools for reading Google Search Console data, including sitemaps, URL inspection, and SEO analysis, with read-only access by default.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SEO MCP Connectoranalyze SEO performance for example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SEO MCP Connector
SEO MCP Connector is a local management console and permission wrapper for search-console-mcp. It lets an MCP client use Google Search Console, Google Analytics 4, Bing Webmaster Tools, PageSpeed, and SEO analysis tools through one controlled local entry point.
The wrapper is designed for agent use: agents connect to bin/run-seo-mcp.js, while the dashboard controls credentials, site allowlists, and which tool categories are exposed.
Features
Local dashboard for OAuth client details, Bing API keys, service account paths, allowlists, and permission switches.
Encrypted local secret storage using AES-256-GCM.
MCP tool filtering at both
tools/listandtools/call.Defaults to read-only SEO and analytics workflows; write, delete, and submit actions are disabled by default.
Portable engine installer for
search-console-mcp@1.14.0.Bilingual user and agent documentation.
Related MCP server: mcp-gsc-multi-account
Privacy Model
This project is local-first. It does not ship with credentials, tokens, account emails, domains, GA4 property IDs, or API keys.
Ignored local runtime files:
.seo-mcp-keydata/config.jsondata/runtime.jsondata/users.jsonvendor/.env
Do not commit or share those files. They are generated on each machine.
Requirements
Node.js 20 or newer.
A Google Cloud OAuth client. A Desktop app client is recommended for local OAuth.
Enabled Google APIs:
Google Search Console API
Google Analytics Data API
Google Analytics Admin API
Optional: Bing Webmaster Tools API key.
Install
git clone https://github.com/<owner>/seo-mcp-connector.git
cd seo-mcp-connector
npm run prepare-engine
npm startOpen the local URL printed in the terminal, for example:
SEO MCP Connector is running at http://127.0.0.1:54321There is no default username or password. The first visit asks you to create a local admin account for this machine.
Connect Google Search Console and GA4
Open the dashboard.
Save your Google OAuth client ID and client secret.
Run Google Search Console OAuth:
npm run setup:gscIf you need Search Console write operations such as sitemap submission or site management, reauthorize with the full Search Console scope:
npm run setup:gsc:writeDashboard permissions alone are not enough for write operations. The Google account must also grant https://www.googleapis.com/auth/webmasters.
Run GA4 OAuth:
npm run setup:ga4Check connected accounts:
npm run accounts:listThe setup commands read encrypted dashboard secrets and pass them to the underlying engine as environment variables. OAuth tokens are stored by search-console-mcp on the local machine.
Optional Bing Setup
Add a Bing API key in the dashboard, then run:
npm run setup:bingBing read and write permissions are disabled by default until enabled in the dashboard.
MCP Client Configuration
Use the absolute path on your machine:
{
"mcpServers": {
"seo-search-console": {
"command": "node",
"args": [
"/absolute/path/to/seo-mcp-connector/bin/run-seo-mcp.js"
]
}
}
}Agents should connect to the wrapper above, not directly to npx search-console-mcp.
Default Permissions
Enabled by default:
Google Search Console read and SEO analysis
GA4 read
Sitemap read
URL Inspection
PageSpeed and structured data validation
Cross-platform GSC + GA4 analysis
Disabled by default:
Bing read
Site management, which also requires
npm run setup:gsc:writeSitemap submission, which also requires
npm run setup:gsc:writeGoogle/Bing indexing submission
Bing URL submission
Delete and remove operations
If a disabled tool is guessed by an agent, bin/run-seo-mcp.js rejects the call.
Documentation
Chinese guide:
README.zh-CN.mdEnglish agent guide:
docs/AGENT_USAGE.mdChinese agent guide:
docs/AGENT_USAGE.zh-CN.md
Maintenance
npm run check
npm run prepare-engine
npm run accounts:listThis server cannot be deployed
Maintenance
Related MCP Connectors
Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.
- CalmSEOOAuthcom.calmseo
SEO MCP server for keyword research, SERP analysis, audits, and Search Console workflows.
OAuth MCP for Google, Meta, X and LinkedIn Ads, Search Console, GA4 and GoHighLevel.
SEO & marketing toolkit for AI agents: GA4, Search Console, AdSense, GTM, PageSpeed, Trends.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables interaction with Google Search Console via MCP, offering search analytics, performance summaries, URL inspection, sitemap management, and property listing for SEO workflows.1001MIT
- FlicenseNot gradedqualityDmaintenanceEnables managing multiple Google Search Console accounts through a single MCP server, providing tools for search analytics, quick win detection, period comparison, URL inspection and indexing, and sitemap management.-
- AlicenseAqualityAmaintenanceOAuth-protected Google Search Console MCP for analytics, URL inspection, sitemap management, indexing requests, and SEO diagnostics. Open-source Cloudflare Workers implementation with 17 tools.17385MIT
- AlicenseAqualityBmaintenanceSecure MCP server for Google Search Console. Query search analytics (clicks, impressions, CTR, position), manage sitemaps, inspect URL indexing status, and manage site properties.10AGPL 3.0