sargonpiraev/google-tasks-mcp-server
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.
Google Tasks API MCP Server 🔧
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:
- Open Google Tasks API app or web interface
- Go to Settings → Account → API Access
- Generate new API key or copy existing one
- 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
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 listsinsert-task-list
: Create task listget-task-list
: Get task listupdate-task-list
: Update task listpatch-task-list
: Patch task listdelete-task-list
: Delete task listlist-tasks
: List tasksinsert-task
: Create taskget-task
: Get taskupdate-task
: Update taskpatch-task
: Patch taskdelete-task
: Delete taskmove-task
: Move taskclear-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! 🚀
Connect with Author
- 🌐 Visit sargonpiraev.com
- 📧 Email: sargonpiraev@gmail.com
- 💬 Join Discord