The gtasks MCP server allows AI agents to manage Google Tasks. It exposes functions to create, read, update, and delete tasks, as well as list and modify task lists. The server connects to the Google Tasks API, requiring OAuth 2.0 authentication. Developers use it to integrate task management into AI workflows, automating task creation and tracking.
The gtasks MCP server allows AI agents to manage Google Tasks. It exposes functions to create, read, update, and delete tasks, as well as list and modify task lists. The server connects to the Google Tasks API, requiring OAuth 2.0 authentication. Developers use it to integrate task management into AI workflows, automating task creation and tracking.
npx -y @modelcontextprotocol/server-gtasksAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"zcaceres-gtasks-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @modelcontextprotocol/server-gtasks"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from gtasks mcp?"
API Key Required
This server requires an API key from gtasks mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| GTASKS_MCP_API_KEY | Yes | Your gtasks mcp API key |
"What resources are available in gtasks mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in gtasks mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in gtasks mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.