TaskUp MCP Server
Enables scheduling and managing events in Google Calendar, including support for generating meeting links.
Allows for creating and managing tasks in a Notion database with idempotency checks to prevent duplicate entries.
Provides tools for sending instant messages and scheduling reminders to users through Telegram.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TaskUp MCP ServerSchedule a sync with the team for tomorrow at 10am and add it to Notion."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TaskUp MCP Server 
A production-grade Model Context Protocol (MCP) server for centralized workspace orchestration. This server provides tools to analyze user intent and perform actions across Notion, Google Calendar, and Telegram.
🚀 Multi-Client Configuration Guide
Connect TaskUp MCP to your favorite AI tools using the configurations below.
1. Claude Desktop (Universal Compatibility Fix)
Claude Desktop sometimes requires a command field and may fail with a direct SSE URL. Use this configuration to connect via the built-in compatibility proxy:
{
"mcpServers": {
"taskup": {
"command": "bun",
"args": [
"run",
"/Users/rahulpandey187/Documents/future-products/Alumnx/MCP/taskup-mcp/src/server/proxy.ts"
],
"env": {
"REMOTE_URL": "https://personal-execution-mcp-vfh76wyjna-uc.a.run.app/sse",
"ARCADE_TOKEN": "YOUR_ARCADE_TOKEN"
}
}
}
}Replace the path inargs with the absolute path to your local proxy.ts file.
2. Cursor / Windsurf / ChatGPT
These clients support direct SSE URLs natively:
URL:
https://personal-execution-mcp-vfh76wyjna-uc.a.run.app/sseType: SSE
3. Zed Editor
Add this to your settings.json:
{
"context_servers": [
{
"name": "taskup",
"url": "https://personal-execution-mcp-vfh76wyjna-uc.a.run.app/sse"
}
]
}Related MCP server: Todo List MCP Server
Architecture
Transport: SSE (Server-Sent Events)
Security: OAuth 2.1 (Arcade Bearer Auth)
Intelligence: LangGraph + Hugging Face (Mistral-7B)
Integrations: Notion, Google Calendar, Telegram
Production Readiness
Multi-Session Safe: Supports concurrent sessions via sessionId routing.
Stateless: No session state stored on server; fully delegated to OAuth tokens.
Schema-Driven: Strict Zod validation for all inputs and outputs.
Spec-Compliant: Follows the 2025-11-25 MCP specification.
Observability: Structured JSON logging using
pino.Health Checks: Endpoint available at
/health.
How to Test Locally
Configure
.envusing.env.example.Run the server:
bun run src/server/index.ts.Connect using an MCP client to
http://localhost:3000/sse.Verify health:
curl http://localhost:3000/health.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA simple server that integrates with Claude to allow querying and manipulating Notion pages and databases through natural language prompts.Last updated1,453MIT
- AlicenseAqualityFmaintenanceA TypeScript-based MCP server that enables users to manage tasks through natural conversation with Claude. Features complete CRUD operations, priority management, tagging, search functionality, and intelligent productivity insights with robust Zod validation.Last updated646MIT
- Alicense-qualityDmaintenanceEnables AI agents and automation tools to manage TODO tasks through full CRUD operations. Built with NestJS and supports both SSE and Stdio transports for seamless integration with Claude Desktop, ChatGPT, and n8n.Last updated1,861MIT
- Flicense-qualityBmaintenancePersonal Notion MCP server with tools for task management, wrapping the Notion REST API to create, query, and update tasks in a kanban board.Last updated
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
GibsonAI MCP server: manage your databases with natural language
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CoderRahul01/Taskup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server