Maito MCP Server
OfficialClick 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., "@Maito MCP ServerWhat's my plan 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.
@maito-app/mcp-server
MCP server for Maito — connect Claude Desktop, Cursor, Zed, or any MCP client to your Maito workspace (boards, cards, notes, journal).
npx -y @maito-app/mcp-server --url https://maito.romankov.dev --token <your-token>Get a token from the Maito web app (Sidebar → Connect AI) or from the mobile MoreView → Подключить AI sheet.
Tools
Tool | What it does |
| Returns spaces, boards, columns. |
| Creates a card in a column. |
| Updates fields on an existing card. |
| Moves card to archive. |
| Full-text search across notes. |
| Fetches a note by id. |
| Returns today's overdue + due-today + week-ahead snapshot. |
Related MCP server: Todoist MCP Server
Claude Desktop config
Merge into ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"maito": {
"command": "npx",
"args": ["-y", "@maito-app/mcp-server", "--url", "https://maito.romankov.dev", "--token", "<your-token>"]
}
}
}Restart Claude Desktop.
Cursor
Settings → MCP → Add Server, paste the same JSON.
Self-hosted Maito
Replace https://maito.romankov.dev with your URL. The MCP server only needs
--url + --token; nothing else.
Develop
npm install
npm run build
npm test # spawns server via stdio against a live backendtests/integration.test.ts requires MAITO_URL env var.
Security
MCP tokens are JWTs scoped mcp with a 10-year TTL. They grant the same
access as your normal login. Don't commit them, don't share them.
License
AGPL-3.0-only — see LICENSE.
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
- AlicenseAqualityFmaintenanceEnables AI assistants to manage tasks in Sunsama, including creating tasks, reading daily and backlog tasks, marking tasks complete, and organizing projects through streams.1610352MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Todoist tasks, projects, sections, and labels through natural language, supporting task creation, updates, completion, and intelligent organization of your workflow.24MIT
- AlicenseAqualityFmaintenanceEnables AI assistants to manage Todoist tasks, projects, and labels through natural language, with support for filters, priorities, and natural language dates.12MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Todoist tasks, projects, comments, and labels through natural language commands. Provides complete CRUD operations securely via the Todoist REST API v2.Apache 2.0
Related MCP Connectors
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
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/maito-app/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server