MCP Server
MCP
Google Tasks MCP Server
Manage Google Tasks from MCP-compatible AI clients.
Install
uvx google-tasks-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "google-tasks-mcp",
"version": "0.4.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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment