Savee MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Savee MCP ServerWhat have I saved recently?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Savee MCP Server
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.
Setup
Add the server to your MCP client:
{
"mcpServers": {
"savee": {
"type": "streamableHttp",
"url": "https://mcp.savee.com/mcp"
}
}
}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.
Claude Code
claude mcp add --transport http --scope user savee https://mcp.savee.com/mcpThen run /mcp, select savee, and choose Authenticate.
Cursor
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.
Claude
Settings → Connectors → Add custom connector, and paste
https://mcp.savee.com/mcp.
Everything else
Per-client instructions live at docs.savee.com/mcp/install.
Related MCP server: Noverload MCP Server
Authorization
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.
Tools
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 |
| The signed-in Savee profile |
| Your own saves, newest first |
| Your home feed |
| The boards you own or belong to |
| The saves on one board |
| Savee's public library — everything on the platform, not just your 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.
What it can see
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.
Requirements
A Savee account with an active subscription. Check your plan.
Links
Documentation — https://docs.savee.com/mcp
Privacy policy — https://savee.com/privacy/
Support — hey@savee.com
License
The contents of this repository are MIT licensed. Use of the hosted service is governed by Savee's terms.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables access and interaction with your Readwise library, allowing you to retrieve and search highlights, books, and documents through natural language queries when using Claude or other MCP-compatible assistants.1625MIT
- AlicenseNot gradedqualityBmaintenanceConnects your Noverload saved content library to AI assistants, enabling search, access, and management of saved YouTube videos, articles, PDFs, and other content. Features advanced search modes, action item tracking, and goals management through natural language.2MIT
- FlicenseNot gradedqualityDmaintenanceProvides AI assistants with read-only access to Reddit's API for browsing subreddits, reading posts and comments, searching Reddit, and retrieving user/subreddit information. Enables safe exploration of Reddit content without posting capabilities through natural language interactions.
- AlicenseNot gradedqualityDmaintenanceEnables interaction with the Civitai API to search for AI models, browse images, and access creator information. It provides tools for filtering models by popularity, rating, or type and retrieving detailed version metadata.MIT
Related MCP Connectors
Search everything you save: YouTube, articles, podcasts, PDFs, Notion, Obsidian. API key or OAuth.
Search, label and export your LinkedIn saved posts, then draft, schedule and publish from them.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saveeit/savee-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server