Read your Savee saves, boards and home feed, and search its public library. Read-only.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Your saved visual inspiration, in the conversation.
Savee is a curated visual-inspiration platform for designers and creative professionals. Members save images and video from anywhere on the web into boards, and discover work through color, tags, and visual similarity.
Savee runs a hosted remote MCP server at https://mcp.savee.com/mcp. There
is nothing to clone, install, or run locally β this repository holds the
plugin manifest, the registry manifest, and setup docs. The server itself is
closed-source and operated by Savee.
Add the server to your MCP client:
The transport is Streamable HTTP. Some clients β Cline among them β fall back to
the legacy SSE transport when type is omitted, which fails to connect; setting
"type": "streamableHttp" explicitly avoids that. Clients that only accept a URL
(Claude, VS Code) negotiate the transport themselves and need nothing extra.
Then run /mcp, select savee, and choose Authenticate.
Settings β MCP β Add new MCP server, pick the HTTP type, and paste
https://mcp.savee.com/mcp. Or drop the snippet above into ~/.cursor/mcp.json.
Settings β Connectors β Add custom connector, and paste
https://mcp.savee.com/mcp.
Per-client instructions live at docs.savee.com/mcp/install.
Authentication is OAuth 2.1 with PKCE β Client ID Metadata Documents preferred, Dynamic Client Registration supported. On first connection your browser opens savee.com, you sign in, and a consent screen lists exactly what you're granting. There is no API key to copy anywhere in the flow.
You can disconnect at any time from Settings β Developers on savee.com, which takes effect immediately.
All seven tools are read-only and annotated readOnlyHint. No write tools
exist, so nothing here can save, edit, move, or delete anything in your account.
| Tool | What it does |
|---|---|
get_current_user | The signed-in Savee profile |
list_saves | Your own saves, newest first |
list_feed | Your home feed |
list_boards | The boards you own or belong to |
list_board_saves | The saves on one board |
search | Savee's public library β everything on the platform, not just your saves |
view_saves | The actual images for specific saves, so the assistant can see them |
Every save comes back with its source URL, dimensions, and dominant colors, so
an assistant can reason about what's in a collection rather than just list
links. view_saves goes further and returns the images themselves, for
questions about composition, layout, type, or how a set of images sit together.
Full reference: docs.savee.com/mcp.
Private saves and private boards are included β the connector sees what you see when signed in. The Savee setting "Hide private board saves from profile feed" applies here too. Scopes are granted individually on the consent screen, and a tool whose scope you declined returns an error rather than data.
A Savee account with an active subscription. Check your plan.
The contents of this repository are MIT licensed. Use of the hosted service is governed by Savee's terms.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/savee-2)<a href="https://allmcps.com/mcp/savee-2"><img src="https://allmcps.com/api/badge/savee-2?style=directory" alt="Savee on AllMCPs" /></a>