Google Tasks MCP Server
A Google Tasks Model Context Protocol Server for Claude
Overview
Google Tasks MCP Server is a server that integrates with Google Tasks, allowing users to manage their tasks through a Model Context Protocol (MCP). It enables listing, reading, searching, creating, updating, and deleting tasks seamlessly.
To use the server, you need to create a Google Cloud project, enable the Google Tasks API, configure OAuth consent, and authenticate your application. After setting up, you can interact with the server using various commands to manage your tasks.
- Search for tasks in Google Tasks - List all tasks with pagination support - Create new tasks with optional details - Update existing tasks with new information - Delete tasks from your task list - Clear completed tasks from a task list
- Managing personal task lists efficiently.
- Integrating task management into desktop applications.
- Automating task updates and deletions through scripts.
Add to your AI client
Use these steps to connect Google Tasks MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"gtasks-mcp-zcaceres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gtasks-mcp-zcaceres"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"gtasks-mcp-zcaceres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gtasks-mcp-zcaceres"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"gtasks-mcp-zcaceres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gtasks-mcp-zcaceres"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"gtasks-mcp-zcaceres": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gtasks-mcp-zcaceres"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gtasks-mcp-zcaceres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gtasks-mcp-zcaceres"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"gtasks-mcp-zcaceres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gtasks-mcp-zcaceres"
]
}
}
}FAQ
Can I use this server without a Google Cloud project?
No, you need to create a Google Cloud project and enable the Google Tasks API to use this server.
Is there a limit to the number of tasks I can manage?
The limits are defined by Google Tasks API, which you can find in their documentation.
How do I authenticate my application?
You need to run the server with the `auth` argument to initiate the authentication flow.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":850,"uuid":"1e1d7fcc-2f43-45ea-a128-6d8244375244","name":"gtasks-mcp","title":"Google Tasks MCP Server","description":"A Google Tasks Model Context Protocol Server for Claude","avatar_url":"https://avatars.githubusercontent.com/u/10032979?v=4","created_at":"$D2025-01-28T02:14:18.372Z","updated_at":"$D2025-02-23T07:20:28.118Z","status":"created","author_name":"zcaceres","author_avatar_url":"https://avatars.githubusercontent.com/u/10032979?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/zcaceres/gtasks-mcp","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/zcaceres/gtasks-mcp/raw/main/logo.jpg","type":null,"metadata":"{\"star\":\"54\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-02-02 12:25:00\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]