Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Maito Server

FreeNot checked

Enables AI assistants to interact with Maito workspaces for task management, note-taking, and planning.

GitHubEmbed

About

Enables AI assistants to interact with Maito workspaces for task management, note-taking, and planning.

README

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
list_spaces Returns spaces, boards, columns.
create_card Creates a card in a column.
update_card Updates fields on an existing card.
archive_card Moves card to archive.
search_notes Full-text search across notes.
get_note Fetches a note by id.
today_plan Returns today's overdue + due-today + week-ahead snapshot.

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 backend

tests/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.

from github.com/maito-app/mcp-server

Install Maito Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install maito-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add maito-mcp-server -- npx -y @maito-app/mcp-server

FAQ

Is Maito Server MCP free?

Yes, Maito Server MCP is free — one-click install via Unyly at no cost.

Does Maito Server need an API key?

No, Maito Server runs without API keys or environment variables.

Is Maito 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 Maito Server in Claude Desktop, Claude Code or Cursor?

Open Maito 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

Compare Maito Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All productivity MCPs