google-tasks-mcp-server

sargonpiraev/google-tasks-mcp-server

3.2

If you are the rightful owner of google-tasks-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Google Tasks API MCP Server is a tool designed to integrate Google Tasks API functionalities with various AI platforms, enabling seamless task management and automation.

Tools
14
Resources
0
Prompts
0

Google Tasks API MCP Server 🔧

npm version npm downloads license smithery badge MCP Compatible Join Discord

Features

  • 🔌 Seamless AI Integration: Direct Google Tasks API API access from Claude, Cursor, and VS Code
  • 🤖 Automated Workflows: Automate Google Tasks API operations and data access
  • 📊 Complete API Coverage: 14+ tools covering all major Google Tasks API features
  • Real-time Access: Access Google Tasks API data instantly from AI assistants
  • 🔧 Professional Integration: Error handling, validation, and comprehensive logging

Get Your Credentials

Before installation, you'll need a Google Tasks API API key:

  1. Open Google Tasks API app or web interface
  2. Go to Settings → Account → API Access
  3. Generate new API key or copy existing one
  4. Save this key for the installation steps below

Requirements

  • Node.js >= v18.0.0
  • Google Tasks API API key
  • Cursor, VS Code, Claude Desktop or another MCP Client

Installation

Installing via Smithery

To install Google Tasks API MCP Server for any client automatically via Smithery:

npx -y @smithery/cli@latest install @sargonpiraev/google-tasks-mcp-server --client <CLIENT_NAME>
Install in Cursor
Cursor One-Click Installation

Install MCP Server

Manual Configuration

Add to your Cursor ~/.cursor/mcp.json file:

{
  "mcpServers": {
    "google-tasks-mcp-server": {
      "command": "npx",
      "args": ["-y", "@sargonpiraev/google-tasks-mcp-server"],
      "env": {
        "GOOGLE_TASKS_CLIENT_ID": "your-google_tasks_client_id",
        "GOOGLE_TASKS_CLIENT_SECRET": "your-google_tasks_client_secret"
      }
    }
  }
}
Install in VS Code

Or add manually to your VS Code settings:

"mcp": {
  "servers": {
    "google-tasks-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@sargonpiraev/google-tasks-mcp-server"],
      "env": {
        "GOOGLE_TASKS_CLIENT_ID": "your-google_tasks_client_id",
        "GOOGLE_TASKS_CLIENT_SECRET": "your-google_tasks_client_secret"
      }
    }
  }
}
Install in Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "google-tasks-mcp-server": {
      "command": "npx",
      "args": ["-y", "@sargonpiraev/google-tasks-mcp-server"],
      "env": {
        "GOOGLE_TASKS_CLIENT_ID": "your-google_tasks_client_id",
        "GOOGLE_TASKS_CLIENT_SECRET": "your-google_tasks_client_secret"
      }
    }
  }
}

Available Tools

  • list-task-lists: List task lists
  • insert-task-list: Create task list
  • get-task-list: Get task list
  • update-task-list: Update task list
  • patch-task-list: Patch task list
  • delete-task-list: Delete task list
  • list-tasks: List tasks
  • insert-task: Create task
  • get-task: Get task
  • update-task: Update task
  • patch-task: Patch task
  • delete-task: Delete task
  • move-task: Move task
  • clear-tasks: Clear completed tasks

Total: 14 tools available 🎯

Support This Project

Hi! I'm Sargon, a software engineer passionate about AI tools and automation. I create open-source MCP servers to help developers integrate AI assistants with their favorite services.

Your support helps me continue developing and maintaining these tools, and motivates me to create new integrations that make AI assistants even more powerful! 🚀

Support on Boosty

Connect with Author