Loading MCP server directory, please wait...
A private, context-efficient MCP server for Google Tasks.
npx @getmcp/cli add io.github.ebmurha/google-tasks-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
GOOGLE_CLIENT_IDGoogle OAuth client ID from the user's Google Cloud project.
GOOGLE_CLIENT_SECRETGoogle OAuth client secret from the user's Google Cloud project.
GOOGLE_REDIRECT_URIOAuth callback URL for the user's local or hosted server.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ebmurha/google-tasks-mcp": {
"command": "uvx",
"args": [
"google-tasks-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": "",
"GOOGLE_REDIRECT_URI": "",
"DB_PATH": "",
"DEFAULT_TASKLIST": ""
}
}
}
}