Google Tasks MCP Server MCP Server
io.github.ebmurha/google-tasks-mcp
What is the Google Tasks MCP Server MCP server?
Manage Google Tasks from MCP-compatible AI clients.
How to install Google Tasks MCP Server
Copy-paste configuration for popular MCP clients.
GOOGLE_CLIENT_IDrequiredsecretGoogle OAuth client ID from the user's Google Cloud project.
GOOGLE_CLIENT_SECRETrequiredsecretGoogle OAuth client secret from the user's Google Cloud project.
GOOGLE_REDIRECT_URIrequiredOAuth callback URL for the user's local or hosted server.
DB_PATHPersistent SQLite database path for tokens and cache.
DEFAULT_TASKLISTOptional default tasklist title or ID.
{
"mcpServers": {
"google-tasks-mcp": {
"command": "uvx",
"args": [
"google-tasks-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
"DB_PATH": "<YOUR_DB_PATH>",
"DEFAULT_TASKLIST": "<YOUR_DEFAULT_TASKLIST>"
}
}
}
}{
"mcpServers": {
"google-tasks-mcp": {
"command": "uvx",
"args": [
"google-tasks-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
"DB_PATH": "<YOUR_DB_PATH>",
"DEFAULT_TASKLIST": "<YOUR_DEFAULT_TASKLIST>"
}
}
}
}{
"mcpServers": {
"google-tasks-mcp": {
"command": "uvx",
"args": [
"google-tasks-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
"DB_PATH": "<YOUR_DB_PATH>",
"DEFAULT_TASKLIST": "<YOUR_DEFAULT_TASKLIST>"
}
}
}
}{
"servers": {
"google-tasks-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"google-tasks-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
"DB_PATH": "<YOUR_DB_PATH>",
"DEFAULT_TASKLIST": "<YOUR_DEFAULT_TASKLIST>"
}
}
}
}claude mcp add google-tasks-mcp --env GOOGLE_CLIENT_ID=<YOUR_GOOGLE_CLIENT_ID> --env GOOGLE_CLIENT_SECRET=<YOUR_GOOGLE_CLIENT_SECRET> --env GOOGLE_REDIRECT_URI=<YOUR_GOOGLE_REDIRECT_URI> --env DB_PATH=<YOUR_DB_PATH> --env DEFAULT_TASKLIST=<YOUR_DEFAULT_TASKLIST> -- uvx google-tasks-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.