Open-source Shortcut MCP alternatives

Shortcut's server is open source, so you can read how it finds and updates Stories, Epics, Iterations, Objectives, and Docs before letting an agent change your planning data. The alternatives here all publish their code too, which matters when an agent has write access to the system your team runs delivery in.

Reading the repo lets you confirm exactly which write operations are exposed, pin a version, and patch around an API change. Every pick below is auditable that way, though most still authenticate against the product's hosted backend when they run.

The 8 best open-source alternatives

  1. Atlassian's server is open source and covers Jira and Confluence, reading, searching, creating, and updating issues and pages. You can audit which mutations it allows before wiring it to a busy project.

    Set up Atlassian (Jira & Confluence)
  2. monday.comOfficial404

    monday.com publishes its server for board items, columns, groups, and API queries. With the source open you can see how create_item and change_item_column_values behave before granting write access.

    Set up monday.com
  3. PlaneOfficial235

    Plane is open-core and the closest tracker in shape, exposing its full project API of work items, cycles, and modules. The open code lets you map its model to Shortcut's and verify what an agent can touch.

    Set up Plane
  4. FetchOfficial86,581

    Open source from Anthropic, the Fetch reference server retrieves a URL as clean markdown. It is a companion utility for pulling specs into planning, with a tiny surface you can read end to end.

    Set up Fetch
  5. MemoryOfficial86,581

    The open-source Memory reference server keeps a local knowledge graph of entities, relations, and observations. Inspect it before relying on an agent's cross-session recall in a planning workflow.

    Set up Memory
  6. TimeOfficial86,581

    Two open-source tools, current-time lookups and timezone conversion from the IANA database, are the whole of the Time reference server, an auditable helper rather than a tracker.

    Set up Time
  7. NotionOfficial4,374

    Notion's server is open source and searches, reads, and writes pages and databases. It is the pick when planning lives in flexible docs, and you can read how its write tools work before connecting.

    Set up Notion
  8. ObsidianCommunity3,823

    Reading, searching, and editing a local Markdown vault through the Local REST API plugin, the open-source Obsidian server keeps planning notes on your own disk, with code you can fully audit.

    Set up Obsidian

How to choose

All of these publish source, so judge by model and trust. Plane is the closest open-core tracker to Shortcut, Atlassian the heavier option with Confluence alongside Jira, and Monday a board-style fit. Notion and Obsidian suit doc-based planning, with Obsidian keeping notes local. Fetch, Memory, and Time are auditable utilities you add rather than swap in. Read each repo before granting write access.

FAQ

Is the Shortcut MCP server open source?
Yes. Shortcut publishes its server, so you can read how it finds, creates, and updates Stories, Epics, Iterations, Objectives, and Docs before an agent writes to your planning data. Every alternative on this page is open source as well.
Does open source mean the alternative runs without a hosted backend?
Not usually. Open source lets you read and pin the server code, but trackers like Atlassian, Monday, Plane, and Notion still authenticate against the product's hosted backend when they run. Obsidian is the exception here, reading a local Markdown vault on your own disk.
← Back to the Shortcut MCP server