SERVER
Google Tasks MCP Server
Rank #11228pulsemcp/ebmurha-google-tasks
Private, context-efficient MCP server for accessing and managing Google Tasks.
First listed
May 5, 2026
Last publish date
May 9, 2026
OVERVIEW
Google Tasks MCP Server is a Model Context Protocol (MCP) server published by ebmurha. It ranks #11228 of 58,900 servers tracked on MCP Toplist. Google Tasks MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on May 5, 2026 and most recently updated on May 9, 2026.
STANDING
#11,228of 58,900 tracked serversTop 25%
Ranks ahead of 47,672 of 58,900 servers on MCP Toplist.
CONNECT
Use Google Tasks MCP Server
Add Google Tasks MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
Python package (PyPI)
{
"mcpServers": {
"ebmurha-google-tasks": {
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 2 registries
ORGANIZATION
ebmurha
VERSIONS
Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | May 9, 2026 |
| 0.2.0 | May 7, 2026 |
| 0.1.0 | May 6, 2026 |
FAQ
Frequently asked questions
- What is Google Tasks MCP Server?
- Private, context-efficient MCP server for accessing and managing Google Tasks.
- Who maintains Google Tasks MCP Server?
- Google Tasks MCP Server is maintained by ebmurha, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Google Tasks MCP Server an official MCP server?
- Yes — Google Tasks MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Google Tasks MCP Server have?
- MCP Toplist tracks 3 versions of Google Tasks MCP Server, most recently published on May 9, 2026.
- Where can I find the source code for Google Tasks MCP Server?
- The source code for Google Tasks MCP Server is hosted at github.com/ebmurha/google-tasks-mcp.
EXPLORE