Skip to main content
CommunicationTypeScript

arpitbatra123/mcp-googletasks

An MCP server to interface with the Google Tasks API

communicationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/arpitbatra123/mcp-googletasks

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-googletasks": {
      "command": "npx",
      "args": [
        "-y",
        "arpitbatra123/mcp-googletasks"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
arpitbatra123