MCP Search Analytics Server
@dexter480
MCP Search Analytics Server について
MCP server for GA and GSC data analysis
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-search-analytics": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Search Analytics Server?
MCP Search Analytics Server is a Model Context Protocol (MCP) server that provides unified access to Google Analytics 4 and Google Search Console data, enabling real-time analytics queries through the MCP interface. It is designed for developers and data analysts who need to integrate analytics data into AI‑assisted workflows.
How to use MCP Search Analytics Server?
Install Python dependencies (Python 3.8+ required), configure environment variables for your Google service account credentials, Search Console site URL, and GA4 property ID in a .env file, then run the server with python unified_analytics_server.py. Test your credentials first with python test_credentials.py.
Key features of MCP Search Analytics Server
- Unified access to GA4 and Search Console data
- Real‑time analytics queries via MCP interface
- Secure credential management through environment variables
- Built‑in credential testing script
Use cases of MCP Search Analytics Server
- Query website traffic and search performance data through an MCP‑compatible AI assistant
- Combine Google Analytics and Search Console metrics in a single request
- Automate analytics data retrieval in AI‑powered data analysis pipelines
FAQ from MCP Search Analytics Server
What are the prerequisites?
Python 3.8+, a Google Cloud Project with the Analytics Reporting API and Search Console API enabled, and a Google Service Account with appropriate permissions.
How do I configure the server?
Copy environment.example to .env and set the ANALYTICS_CREDENTIALS_PATH, GSC_SITE_URL, and GA4_PROPERTY_ID variables with your actual values.
What security precautions are recommended?
Never commit credential files (.json, .env) to version control, store credentials securely, rotate service account keys regularly, and follow the principle of least privilege for API access.
How can I test that my setup is working?
Run python test_credentials.py to verify your credentials before starting the server.
Where can I find the full list of Python dependencies?
The requirements.txt file in the repository lists all required Python packages.
「データと分析」の他のコンテンツ
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
コメント