Back to MCP Servers
Search Console
An MCP server to interact with Google Search Console and Bing Webmasters.
customer-data-platformsgo
Installation
npx -y search-console-mcpConfiguration
{
"mcpServers": {
"search-console-mcp": {
"command": "npx",
"args": ["-y", "search-console-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes