loading…
Search for a command to run...
loading…
A centralized workspace orchestration server that enables natural language task management across Notion, Google Calendar, and Telegram. It allows users to anal
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.
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.
Connect TaskUp MCP to your favorite AI tools using the configurations below.
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.
These clients support direct SSE URLs natively:
https://personal-execution-mcp-vfh76wyjna-uc.a.run.app/sseAdd this to your settings.json:
{
"context_servers": [
{
"name": "taskup",
"url": "https://personal-execution-mcp-vfh76wyjna-uc.a.run.app/sse"
}
]
}
pino./health..env using .env.example.bun run src/server/index.ts.http://localhost:3000/sse.curl http://localhost:3000/health.Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"taskup-mcp-server": {
"command": "npx",
"args": []
}
}
}