Pinateca supports MCP. Enter the Pinateca address in the AI you already use, sign in, and allow access. From then on you can read boards, create cards, and move them just by asking.
The AI does what you would do on screen, through the public API. Every action shows up in the activity log and in webhooks, just as it does when you work on screen.
It reads the board and picks out the cards whose due dates are coming up.
It reads the meeting notes you paste and lays the decisions out as cards in your to do list.
It moves a card to another list, and can put it at a specific position.
It creates a board of the type you choose: kanban, list, Gantt, calendar, and more.
It rewrites card titles and descriptions, and can fill in custom fields.
It reads the tasks, with their start and end dates, from a Gantt board.
The address is the same whichever AI you use.
| AI | How to add it |
|---|---|
| ChatGPT | Turn on developer mode in settings. When you create an app, enter https://pinateca.com/mcp as the MCP server URL and choose OAuth for authentication. Developer mode is available on paid plans (Plus, Pro, Business, and others). |
| Claude(claude.ai / Claude Desktop) | In the connector settings, add https://pinateca.com/mcp as a custom connector. |
| Claude Code | Add it with claude mcp add --transport http pinateca https://pinateca.com/mcp, then sign in from /mcp. |
Wherever you connect from, the Pinateca sign-in page opens. Sign in, choose the workspace to connect, and press Allow. That is all.

The AI acts as you. Boards you cannot see stay hidden from it, and it cannot leave the workspace you allowed.
Payments, creating API tokens, and custom domain settings cannot be done from an AI. You do those on screen yourself.
Each connected AI is listed by name under API tokens in your workspace settings. Revoke it there when you want to stop it.
Where a sign-in page is not possible, use a token created in your workspace settings. To run it locally, it is one line: npx -y pinateca-mcp.
You can also call the API directly without MCP. The details are in the API reference.
Free for up to 5 people. No credit card.
Start free