Overview
What the Savee MCP server gives an AI assistant access to, and what it can't touch.
Savee runs a Model Context Protocol server, so AI assistants can read your saves, boards, and home feed directly — no API token to copy, no client code to write. You connect once through your browser and approve the request, the same way you'd connect any other app.
The server URL is:
What you can ask
Once connected, the assistant has seven read-only tools. You don't call them by name — just ask for what you want.
| Tool | What it reads |
|---|---|
get_current_user | Which Savee account the connection is for, and its plan |
list_saves | Your own saves, newest first — including private ones |
list_feed | Your home feed: saves from people you follow, plus curated content |
list_boards | Every board you can see, including team and collaborator boards |
list_board_saves | The saves on one specific board |
search | Savee's public library — everyone's work, not just yours |
view_saves | The actual images for specific saves, so it can see them |
Each save comes back with its Savee URL, the original source URL, dimensions, and its dominant colors, so the assistant can reason about what's actually in your collection.
The listing tools return metadata — title, source, dimensions, dominant colours
— which is enough to reason about where something came from and what palette it
uses, but not about what it looks like. view_saves closes that gap: pass it the
ids of a few saves and the assistant sees the images, so it can talk about
composition, layout and typography rather than inferring from titles.
search is the one tool that looks outward. Everything else reads your own
account; search reads the public library, so it's how an assistant finds
references you haven't saved yet. It's metered far more tightly than the other
tools — see permissions.
Things that work well:
- "What have I been saving lately? Group it by theme."
- "Look at my Posters board and describe the visual style it's converging on."
- "Find the saves in my account with a dominant blue, and give me their source links."
- "Summarize what's in my Savee feed today."
- "Look at the last ten things I saved and tell me what they have in common visually."
- "Search Savee for brutalist poster design and compare it to what's on my Posters board."
Read-only, by design
Every tool reads. Nothing in the MCP server can save, edit, move, or delete anything in your account, and there's no way to grant write access — it isn't built. An assistant can describe and analyze your collection; it can't change it.