Self-hosted Trello MCP alternatives
The Trello MCP server already installs locally and talks to your agent over stdio, so the process and your Trello token stay on your own machine. If you need that same local setup in a tool with a different shape, every server below runs the same way.
One caveat worth stating plainly: self-hosting controls where the server process and credentials live, but the workspace data still travels to each product's own API. Only a server that reads local files keeps the content itself on your disk.
The 8 best self-hosted alternatives
Run it yourself and the community Slack server reads history, DMs, and search and posts messages over stdio, with no workspace bot to install. It is the local option when an agent needs the team's chat rather than a board.
Set up Slack →Airtable's maintained server installs locally and is schema-first: the agent inspects a base, then reads, searches, and writes records, fields, and comments, all from a process you control.
Set up Airtable →Coda's server runs on your own machine and connects an agent to docs, pages, tables, and rows for reading and editing, a richer model than a board of cards while staying local.
Set up Coda →Of everything here, Obsidian keeps the most on your own disk: the vault is local Markdown, and the server edits it through the Local REST API plugin without the content leaving your machine.
Set up Obsidian →Powered by Telethon, the Telegram server runs locally and reads chats, manages groups and contacts, and sends or edits messages and media, all from your own process.
Set up Telegram →For messaging an audience rather than tracking work, LINE's official server runs locally and pushes or broadcasts text and flex messages, manages rich menus, and reads profiles for a LINE Official Account.
Set up LINE →Boards run monday.com, and its official server can run on your own infrastructure, covering items, boards, columns, and groups plus raw API queries. It suits teams that treat monday boards the way they treated Trello boards.
Set up monday.com →Installed locally, Plane's official server exposes its full project API, work items, cycles, modules, and more. It is the self-hostable tracker for teams that outgrew a kanban board.
Set up Plane →
How to choose
For board-style work you can keep local, monday and Plane are the closest in model, both running on your own infrastructure. Airtable and Coda fit structured data and documents, and Obsidian is the only one that keeps the content itself on your disk, since it reads local Markdown. Remember that for every option except Obsidian, self-hosting controls the process and tokens, while the data still goes to the product's API.
FAQ
- Is the Trello MCP server self-hosted?
- Yes. It is a local stdio server, so the process and your Trello credentials stay on your machine. The alternatives here that ship a local command, including Airtable, Coda, Obsidian, monday, Plane, Slack, Telegram, and LINE, work the same way.
- Does self-hosting keep my board data on my own infrastructure?
- It keeps the MCP server process and its credentials on your infrastructure, which is usually the point for audit and access control. The workspace data itself still goes to the product's API, with monday, Airtable, and the rest. Obsidian is the exception: it reads local files, so the content stays on your disk.