Full-featured Google Search Console CLI — Search Analytics, URL Inspection, Sitemaps, Indexing API. Auto-paginated queries, period comparison, batch inspection, client-side sort, query cache, OAuth auth, MCP server.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gsccli": {
"command": "npx",
"args": [
"-y",
"zosmaai/gsccli"
]
}
}
}
Run in terminal:
claude mcp add gsccli npx -y zosmaai/gsccli
Add to .cursor/mcp.json:
{
"mcpServers": {
"gsccli": {
"command": "npx",
"args": [
"-y",
"zosmaai/gsccli"
]
}
}
}
Topics
clicommand-linedeveloper-toolsgoogle-apigoogle-search-consolegscnodejsopen-sourcesearch-analyticssearch-consoleseotypescriptzosma-ai