Google Tasks MCP Server
Node.js server implementing Model Context Protocol (MCP) for Google Tasks
Overview
Google Tasks MCP Server is a Node.js implementation of the Model Context Protocol (MCP) designed for efficiently managing Google Tasks through its integration with the Google Tasks API.
To use the server, clone the repository from GitHub, run the server using Node.js, and utilize the provided commands to manage tasks.
- Access to a default task list through a URI. - Create, delete, update, and complete tasks using structured commands. - Returns tasks in a machine-readable JSON format. - Easy integration with other applications via MCP.
- Automating task generation and management in personal project workflows.
- Integrating with other server applications or interfaces to manipulate task data.
- Providing a backend service for apps displaying tasks from Google Tasks.
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": {
"mcp-google-tasks-mstfe": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-google-tasks-mstfe"
]
}
}
}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": {
"mcp-google-tasks-mstfe": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-google-tasks-mstfe"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-google-tasks-mstfe": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-google-tasks-mstfe"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-google-tasks-mstfe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-google-tasks-mstfe"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-google-tasks-mstfe": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-google-tasks-mstfe"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-google-tasks-mstfe": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-google-tasks-mstfe"
]
}
}
}FAQ
Is the Google Tasks MCP Server open-source?
Yes! It is available on GitHub under the MIT License.
What programming language is used in this project?
The server is built using Node.js and TypeScript.
Can I modify the source code?
Absolutely! You can modify you the code as it is licensed under the MIT License, allowing for free modification and distribution.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":267,"uuid":"72100617-e856-4e47-846b-ef17d9846aee","name":"mcp-google-tasks","title":"Google Tasks MCP Server","description":"Node.js server implementing Model Context Protocol (MCP) for Google Tasks","avatar_url":"https://avatars.githubusercontent.com/u/128772?v=4","created_at":"2024-12-13T10:44:12.356Z","updated_at":"2024-12-13T12:28:10.921Z","status":"created","author_name":"mstfe","author_avatar_url":"https://avatars.githubusercontent.com/u/128772?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/mstfe/mcp-google-tasks","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"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"}]]}]