An MCP server to Manage Google Tasks
Claude Desktop config.json'a ekle
{
"mcpServers": {
"zcaceres-gtasks-mcp": {
"command": "node",
"args": [
"~/.mcp/gtasks-mcp/index.js"
]
}
}
} Kaynak kodu al ve yerel olarak çalıştır
git clone https://github.com/zcaceres/gtasks-mcp.git ~/.mcp/gtasks-mcp
cd ~/.mcp/gtasks-mcp This MCP server integrates with Google Tasks to allow listing, reading, searching, creating, updating, and deleting tasks.
search
query (string): Search querylist
cursor (string): Cursor for paginationcreate
taskListId (string, optional): Task list IDtitle (string, required): Task titlenotes (string, optional): Task notesdue (string, optional): Due dateupdate
taskListId (string, optional): Task list IDid (string, required): Task IDuri (string, required): Task URItitle (string, optional): New task titlenotes (string, optional): New task notesstatus (string, optional): New task status (“needsAction” or “completed”)due (string, optional): New due datedelete
taskListId (string, required): Task list IDid (string, required): Task IDclear
taskListId (string, required): Task list IDThe server provides access to Google Tasks resources:
gtasks:///<task_id>)
https://www.googleapis.com/auth/tasksgcp-oauth.keys.json and place into the root of this repo (i.e. gcp-oauth.keys.json)Make sure to build the server with either npm run build or npm run watch.
To install Google Tasks Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @zcaceres/gtasks --client claude
To authenticate and save credentials:
auth argument: npm run start auth.gdrive-server-credentials.json)To integrate this server with the desktop app, add the following to your app’s server configuration:
{
"mcpServers": {
"gtasks": {
"command": "/opt/homebrew/bin/node",
"args": [
"{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
]
}
}
} An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
The most powerful MCP server for Slack Workspaces.
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.
MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar)
MCP Server for Integrating LINE Official Account