MCP server giving Claude/Cline direct access to Google Search Console and Bing Webmaster Tools. Zero API key setup for GSC — reads your Chrome session. 23 tools: top queries, page performance, crawl stats, URL submission, index coverage, and more.
Server Config
{
"mcpServers": {
"gsc-bing-mcp": {
"command": "uvx",
"args": [
"gsc-bing-mcp"
],
"env": {
"BING_API_KEY": "paste-your-bing-key-here"
}
}
}
}