What is the io.github.pijusz/mcp-gsc MCP server?
Google Search Console MCP server — query performance, sitemaps, indexing & more
How to install io.github.pijusz/mcp-gsc
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-gsc": {
"command": "npx",
"args": [
"-y",
"mcp-gsc"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-gsc": {
"command": "npx",
"args": [
"-y",
"mcp-gsc"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-gsc": {
"command": "npx",
"args": [
"-y",
"mcp-gsc"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-gsc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-gsc"
]
}
}
}Claude Code
claude mcp add mcp-gsc -- npx -y mcp-gscRelated MCP servers
Google Ads MCP server — query campaigns, keywords, assets & more via natural language
View repository →MCP server for the Mailtrap email platform — analytics, sending, contacts, sandbox
View repository →MCP server for uploading local images to Sanity CMS
View repository →