Guide
Connect AI Apps
Let Claude, Codex, Gemini and other AI apps on your Mac find, save and organise your library. It takes a minute to set up, and it's off until you turn it on.
- Claude
- Codex
- Gemini
- Raycast
- LM Studio
- Any MCP App
Set Up in a Minute
One setup works for most AI apps.
Update Muse
MCP Server comes with Muse 1.0.40 and later.
Allow AI Apps
Switch it on in Settings > Intelligence.
Click Copy Setup
Muse copies the setup your AI app needs.
Paste the Setup
Add it to your AI app's MCP settings.
Reopen and Ask
Your AI app reads the setup when it starts.
{
"mcpServers": {
"muse": {
"command": "/Applications/Muse.app/Contents/MacOS/muse-mcp"
}
}
}Actions
The same actions as Muse itself, on your own library.
Find and Look
- Search by words, colours and text in pictures.
- Browse the Inbox, favourites, collections and tags.
- Look at your pictures, and find similar ones.
- Read an item's note, tags and where it came from.
- Open what it found in Muse.
Save and Organise
- Save links, pictures, videos, files and notes.
- Rename items, write notes and add tags.
- File items into collections.
- Create, rename and move collections.
- Move items to the Trash, and put them back.
Only you can empty the Trash.
Things to Ask
Once it's connected, just ask.
-
Claude “Make an Autumn collection of my orange posters.”
What Muse does: 1Search2New Collection3File Items -
Gemini “Find the link I saved about standing desks.”
What Muse does: 1Search2Get Details3Show in Muse -
Codex “Save these links to Research, tagged pricing.”
What Muse does: 1List Collections2Save Links3Add Tags -
Claude “Sort my Inbox into the right collections.”
What Muse does: 1List Inbox2View Items3File Items -
Gemini “Find more like the walnut chair I saved.”
What Muse does: 1Search2Find Similar3Show in Muse -
Codex “Give my screenshots proper names.”
What Muse does: 1Find Screenshots2View Items3Rename Items
Scripts and Shortcuts
Your scripts and shortcuts get the same actions as AI apps, through the Local API. Muse needs to be open while they run.
Turn On Allow Scripts
Open Settings > Intelligence > Local API.
Copy Your Key
Each request needs your key, which you copy from the same section.
Open API Guide
API Guide lists every action with examples.
curl http://127.0.0.1:17895/v1/search \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "blue chair"}'