Savee MCP Server
OfficialSavee MCP Server
你保存的视觉灵感,就在对话中。
Savee 是一个面向设计师和创意专业人士的精选视觉灵感平台。会员可以把来自网络任何位置的图片和视频保存到画板中,并通过颜色、标签和视觉相似性来发现作品。
Savee 运行一个 托管式远程 MCP 服务器,地址为 https://mcp.savee.com/mcp。无需在本地克隆、安装或运行任何东西——这个仓库只是存放插件清单、注册表清单和设置文档。服务器本身是闭源的,由 Savee 运营。
设置
将服务器添加到你的 MCP 客户端:
{
"mcpServers": {
"savee": {
"type": "streamableHttp",
"url": "https://mcp.savee.com/mcp"
}
}
}传输方式为 Streamable HTTP。某些客户端——包括 Cline——在省略 type 时会回退到旧的 SSE 传输方式,导致连接失败;显式设置 "type": "streamableHttp" 即可避免。只接受 URL 的客户端(Claude、VS Code)会自行协商传输方式,无需额外配置。
Claude Code
claude mcp add --transport http --scope user savee https://mcp.savee.com/mcp然后运行 /mcp,选择 savee,再选择 Authenticate。
Cursor
Settings → MCP → Add new MCP server,选择 HTTP 类型,粘贴 https://mcp.savee.com/mcp。或者把上面的代码片段放到 ~/.cursor/mcp.json 中。
Claude
Settings → Connectors → Add custom connector,粘贴 https://mcp.savee.com/mcp。
其他客户端
各客户端的安装说明见 docs.savee.com/mcp/install。
Related MCP server: Noverload MCP Server
授权
认证使用带 PKCE 的 OAuth 2.1——优先选择 Client ID 元数据文档,并支持动态客户端注册。首次连接时,你的浏览器会打开 savee.com,登录后,一个同意页面会明确列出你所授予的权限。整个流程中无需复制任何 API 密钥。
你可以随时在 savee.com 的 Settings → Developers 页面断开连接,该操作会立即生效。
工具
这七个工具全部是只读的,并带有 readOnlyHint 标记。没有写入工具,因此这里不能责保存、编辑、移动或删除你账户中的任何内容。
工具 | 说明 |
| 当前已登录的 Savee 个人资料 |
| 你保存的内容,新到旧排列 |
| 你的首页信息流 |
| 你拥有或加入的画板 |
| 某个画板上的保存内容 |
| 搜索 Savee 公共图库——包含平台上的所有内容,而不仅限你保存的内容 |
| 查看特定保存内容对应的实际图片,供助手直观读取 |
每一条保存内容都会返回其来源 URL、尺寸和主色调,因此助手可以理解收藏里的内容,而不只是列出链接。view_saves 更进一步,直接返回图片本身,用来回答关于构图、版式、字型或一组图片如何搭配的问题。
完整参考文档:docs.savee.com/mcp。
它能访问什么
私有保存内容和私有画板也会被包含在内——连接器会看到你登录后所看到的内容。Savee 的 "Hide private board saves from profile feed" 设置在这里也同样适用。每个 scope 都会在同意界面上单独授予;如果你拒绝了某个工具对应的 scope,该工具调用时会返回错误,而不是返回数据。
要求
需要一个有效订阅的 Savee 账户。查看你的方案。
链接
隐私政策 —— https://savee.com/privacy/
支持 —— hey@savee.com
许可证
本仓库内容以 MIT 许可证发布。使用托管服务需遵守 Savee 的 条款。
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