The WIP Notes MCP server lets Claude, ChatGPT, and Gemini read and write your notes directly. Pick your platform below.
Claude for Mac — claude.ai/download
Open this file in a text editor (create it if it doesn't exist):
~/Library/Application Support/Claude/claude_desktop_config.json
Add the wip-notes entry under mcpServers:
{ "mcpServers": { "wip-notes": { "command": "npx", "args": ["-y", "wip-notes-mcp"] } } }
If the file already has other servers, add wip-notes alongside them inside the existing mcpServers block.
Save the file and restart Claude Desktop. A hammer icon in the chat toolbar confirms the tools are active.
Google's command-line AI tool — same config schema as Claude
Create (or edit) the Gemini settings file at:
~/.gemini/settings.json
Add the same mcpServers block — the schema is identical to Claude Desktop:
{ "mcpServers": { "wip-notes": { "command": "npx", "args": ["-y", "wip-notes-mcp"] } } }
Save and restart any active Gemini CLI session. The tools will be available in your next session.
OpenAI's Mac app — no config file, all done in the UI
Open ChatGPT Desktop and navigate to Settings → Connectors → Add.
Fill in the two fields:
Save the connector. No restart required — the tools are available immediately in a new chat.