サーバー
Google Search Console MCP Server
@metehan777
It connects directly to your Google Search Console account via the official API, letting you access key data right from AI tools like Claude Desktop or OpenAI Agents SDK and others .
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"google-search-console-mcp-metehan777": {
"command": "python3",
"args": [
"-m",
"venv",
"fresh_env"
]
}
}
}