Merlin Project MCP Extension
Read-only MCP bridge connecting Claude Desktop to Merlin Project on Mac, allowing natural-language queries about plans, activities, resources, and project data.
README
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)
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.mcpb
Merlin 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 Project
tools/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.mcpb
Merlin 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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。