MCP Server
MCP
io.github.mikusnuz/gsc
MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection
Install
npx -y @mikusnuz/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@mikusnuz/gsc-mcp",
"version": "1.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google OAuth2 Client ID",
"format": "string",
"isSecret": true,
"name": "GSC_CLIENT_ID"
},
{
"description": "Google OAuth2 Client Secret",
"format": "string",
"isSecret": true,
"name": "GSC_CLIENT_SECRET"
},
{
"description": "Google OAuth2 Refresh Token",
"format": "string",
"isSecret": true,
"name": "GSC_REFRESH_TOKEN"
},
{
"description": "Path to Google service account JSON key file",
"format": "string",
"name": "GSC_SERVICE_ACCOUNT_KEY_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment