Google Tasks MCP Server✓
io.github.ebmurha/google-tasks-mcp · v0.3.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ebmurha/google-tasks-mcp",
"description": "A private, context-efficient MCP server for Google Tasks.",
"title": "Google Tasks MCP Server",
"repository": {
"url": "https://github.com/ebmurha/google-tasks-mcp",
"source": "github"
},
"version": "0.3.0",
"packages": [
{
"registryType": "pypi",
"identifier": "google-tasks-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google OAuth client ID from the user's Google Cloud project.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GOOGLE_CLIENT_ID"
},
{
"description": "Google OAuth client secret from the user's Google Cloud project.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GOOGLE_CLIENT_SECRET"
},
{
"description": "OAuth callback URL for the user's local or hosted server.",
"isRequired": true,
"format": "string",
"name": "GOOGLE_REDIRECT_URI"
},
{
"description": "Persistent SQLite database path for tokens and cache.",
"format": "string",
"name": "DB_PATH"
},
{
"description": "Optional default tasklist title or ID.",
"format": "string",
"name": "DEFAULT_TASKLIST"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}