TaskUp Server
FreeNot checkedA centralized workspace orchestration server that enables natural language task management across Notion, Google Calendar, and Telegram. It allows users to anal
About
A centralized workspace orchestration server that enables natural language task management across Notion, Google Calendar, and Telegram. It allows users to analyze intent, create database tasks, schedule calendar events, and send instant notifications.
README
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"
}
}
}
}
[!IMPORTANT] Replace the path in
argswith the absolute path to your localproxy.tsfile.
2. Cursor / Windsurf / ChatGPT
These clients support direct SSE URLs natively:
- URL:
https://personal-execution-mcp-vfh76wyjna-uc.a.run.app/sse - Type: 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"
}
]
}
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.
Installing TaskUp Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/CoderRahul01/Taskup-mcpFAQ
Is TaskUp Server MCP free?
Yes, TaskUp Server MCP is free — one-click install via Unyly at no cost.
Does TaskUp Server need an API key?
No, TaskUp Server runs without API keys or environment variables.
Is TaskUp Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install TaskUp Server in Claude Desktop, Claude Code or Cursor?
Open TaskUp Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
by Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
by arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
by hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
by profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
by waystation-aiCompare TaskUp Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
