Arc Todo MCP
Provides tools for interacting with the Arc Todo REST API, enabling management of tasks, knowledge, and workspace context.
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., "@Arc Todo MCPshow me my tasks for today"
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.
Arc Todo MCP
Python FastAPI MCP server for Arc Todo. Exposes Streamable HTTP MCP at /mcp and wraps the existing Arc Todo REST API for tasks, knowledge, and workspace context.
Prerequisites
Python 3.11+
Running arc-todo-api
Related MCP server: todoist-v1-mcp-server
Setup
cd arc-todo-mcp
python -m venv .venv
.venv\Scripts\activate
pip install -e ".[dev]"
cp .env.example .envEnvironment variables
Variable | Default | Purpose |
|
| HTTP port |
|
| Arc Todo API base URL |
| — | Service account username |
| — | Service account password |
| — | Optional pre-issued bearer token |
|
| Load enabled tools from API on startup |
|
| Arc Todo RAG service base URL |
|
| RAG HTTP request timeout |
|
| Default max chunks when not specified in tool call |
|
| Default context token budget when not specified |
Run locally
uvicorn app.main:app --reload --port 8000Endpoints:
GET /health→{ "status": "ok" }POST /mcp→ Streamable HTTP MCP transport
Configure enabled tools in the web app at /settings/mcp-tools, then restart this service so MCP discovery reflects the saved settings.
Tests
pytestDeployment
See coolify.md.
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-qualityFmaintenanceA Model Context Protocol server that enables advanced task and project management in Todoist via Claude Desktop and other MCP-compatible clients.Last updated922MIT
- AlicenseAqualityDmaintenanceA clean, reliable MCP (Model Context Protocol) server for Todoist — built on the Todoist unified API v1.Last updated201MIT
- Alicense-qualityBmaintenanceMCP server that wraps a personal task manager REST API, enabling Claude to read and manage tasks via tools like get_tasks and add_task.Last updated13MIT
- Alicense-qualityCmaintenanceMinimal Todoist MCP server that provides direct passthrough to the Todoist REST API v2, supporting all HTTP methods via a single tool.Last updated41ISC
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
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/wesleyferreirarcanjo/arc-todo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server