Merlin Project MCP Extension
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., "@Merlin Project MCP Extensionlist all high-priority tasks in the current project"
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.
Merlin Project MCP Extension
Read-only MCP access to the project documents open in Merlin Project
on your Mac, packaged as a Claude Desktop Extension (.mcpb).
Ask about your plan, search activities, resources, assignments, risks, issues and attachments, and pull cost, work or earned-value figures over any date range — without leaving Merlin Project. The extension only ever reads: it never changes, saves or deletes anything in your documents. You choose which open document Claude may see at the start of each chat, via the MCP access popover in Merlin Project's toolbar.
Requirements
macOS
Merlin Project installed, running, and with MCP access enabled for the document you want Claude to read
Node.js 18 or newer (Claude Desktop supplies its own runtime)
Related MCP server: OmniPlan MCP Server
Install
Build the extension archive from source, then open the resulting MerlinProject.mcpb with
Claude Desktop, which will offer to install it:
npm install
npm run pack # writes MerlinProject.mcpbMerlin Project does not need to be running when you install the extension — Claude will see the full tool list either way, and connects to the app as soon as it is launched.
How it works
Merlin Project is sandboxed and runs its MCP server inside the app, listening on a Unix domain socket in its App Group container. This extension is the bridge between that socket and the stdio transport Claude Desktop speaks:
Claude ⇄ stdio ⇄ extension server ⇄ extension client (cached) ⇄ socket ⇄ Merlin Projecttools/list/resources/listare answered locally fromserver/catalog.json, so Claude sees the full tool metadata even when Merlin Project isn't running.tools/call/resources/readare forwarded to the live in-app server over the socket at~/Library/Group Containers/9R6P9VZV27.net.projectwizards.merlinproject.mcp/mcp.sock(overridable viaMERLIN_MCP_SOCKETfor testing).When Merlin Project isn't reachable, tool calls return a structured "not running" message telling the agent to ask you to launch the app. The extension retries the connect on every call, so it picks up the running app on the next request — no restart of Claude needed. It deliberately never launches Merlin Project by itself.
The extension advertises the live server's identity when Merlin Project is up at session start, and forwards the agent's real
clientInfoon the socket handshake, so the app's connected-tools popover shows "Claude" rather than the extension.
The tools themselves — list_open_documents, set_current_document, get_schema_types,
get_objects, find_objects, count_objects, list_related, get_media and
get_time_phased_values — are implemented inside Merlin Project, not here. This repository
contains only the bridge.
A Swift build of the same bridge ships with Merlin Project for use outside Claude Desktop. The two are behavior-identical and are kept in sync; the file headers here name their Swift counterparts. Unlike the Swift build, this one holds no App Group entitlement and simply constructs the container path directly, which works for unsandboxed processes.
Files
manifest.json— MCPB manifest (server.type: "node").server/index.js— entry point; stdio-facing MCP server.server/bridge.js— connection cache, socket transport, forwarding logic.server/catalog.json— generated snapshot of the live server'stools/list/resources/list. Do not edit by hand.scripts/generate-catalog.js— regeneratesserver/catalog.jsonfrom a running build.scripts/test-e2e.js— end-to-end tests (live forwarding, app-down fallback, mid-session recovery).
Development
npm install # once, and after dependency changes
npm run generate-catalog # after the app's tool metadata changes; needs Merlin Project running
npm test # phase A needs Merlin Project running; B and C are self-contained
npm run pack # builds MerlinProject.mcpbMerlin Project itself is the single source of truth for tool and resource metadata:
server/catalog.json is generated by asking a running app for its tools/list and
resources/list and snapshotting the responses verbatim. It is committed so that packaging the
extension needs no running app. Regenerate it and re-pack whenever the app's tool metadata
changes.
License
MIT — see LICENSE.
This server cannot be installed
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
- Alicense-qualityDmaintenanceLets you use Claude Desktop to interact with your task management data in Things app, enabling you to create tasks, analyze projects, manage priorities, and implement productivity workflows through natural language.Last updated34MIT
- Alicense-qualityAmaintenanceEnables Claude to read and analyze project schedule files in OmniPlan (.oplx) and Microsoft Project (.mpp) formats, answering questions about tasks, milestones, resources, and progress.Last updatedMIT
- AlicenseAqualityCmaintenanceEnables natural language interaction with Redmine via Claude Code or other MCP clients, supporting project, issue, and wiki management.Last updated111MIT
- Alicense-qualityCmaintenanceEnables Claude or any MCP client to read Apple Mail, Calendar, Photos, and create Apple Notes locally on macOS, without any data leaving the machine.Last updatedMIT
Related MCP Connectors
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
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/projectwizards/MerlinProjectMCPB'
If you have feedback or need assistance with the MCP directory API, please join our Discord server