{
  "markdown": "# Savee MCP Server\n\n> Your saved visual inspiration, in the conversation.\n\n[Savee](https://savee.com) is a curated visual-inspiration platform for designers\nand creative professionals. Members save images and video from anywhere on the\nweb into boards, and discover work through color, tags, and visual similarity.\n\nSavee runs a **hosted remote MCP server** at `https://mcp.savee.com/mcp`. There\nis nothing to clone, install, or run locally — this repository holds the\nplugin manifest, the registry manifest, and setup docs. The server itself is\nclosed-source and operated by Savee.\n\n## Setup\n\nAdd the server to your MCP client:\n\n```json\n{\n\t\"mcpServers\": {\n\t\t\"savee\": {\n\t\t\t\"type\": \"streamableHttp\",\n\t\t\t\"url\": \"https://mcp.savee.com/mcp\"\n\t\t}\n\t}\n}\n```\n\nThe transport is Streamable HTTP. Some clients — Cline among them — fall back to\nthe legacy SSE transport when `type` is omitted, which fails to connect; setting\n`\"type\": \"streamableHttp\"` explicitly avoids that. Clients that only accept a URL\n(Claude, VS Code) negotiate the transport themselves and need nothing extra.\n\n### Claude Code\n\n```sh\nclaude mcp add --transport http --scope user savee https://mcp.savee.com/mcp\n```\n\nThen run `/mcp`, select **savee**, and choose **Authenticate**.\n\n### Cursor\n\n**Settings → MCP → Add new MCP server**, pick the HTTP type, and paste\n`https://mcp.savee.com/mcp`. Or drop the snippet above into `~/.cursor/mcp.json`.\n\n### Claude\n\n**Settings → Connectors → Add custom connector**, and paste\n`https://mcp.savee.com/mcp`.\n\n### Everything else\n\nPer-client instructions live at\n[docs.savee.com/mcp/install](https://docs.savee.com/mcp/install).\n\n## Authorization\n\nAuthentication is OAuth 2.1 with PKCE — Client ID Metadata Documents preferred,\nDynamic Client Registration supported. On first connection your browser opens\nsavee.com, you sign in, and a consent screen lists exactly what you're granting.\nThere is no API key to copy anywhere in the flow.\n\nYou can disconnect at any time from **Settings → Developers** on savee.com,\nwhich takes effect immediately.\n\n## Tools\n\nAll seven tools are read-only and annotated `readOnlyHint`. No write tools\nexist, so nothing here can save, edit, move, or delete anything in your account.\n\n| Tool | What it does |\n| --- | --- |\n| `get_current_user` | The signed-in Savee profile |\n| `list_saves` | Your own saves, newest first |\n| `list_feed` | Your home feed |\n| `list_boards` | The boards you own or belong to |\n| `list_board_saves` | The saves on one board |\n| `search` | Savee's public library — everything on the platform, not just your saves |\n| `view_saves` | The actual images for specific saves, so the assistant can see them |\n\nEvery save comes back with its source URL, dimensions, and dominant colors, so\nan assistant can reason about what's in a collection rather than just list\nlinks. `view_saves` goes further and returns the images themselves, for\nquestions about composition, layout, type, or how a set of images sit together.\n\nFull reference: [docs.savee.com/mcp](https://docs.savee.com/mcp).\n\n## What it can see\n\nPrivate saves and private boards are included — the connector sees what you see\nwhen signed in. The Savee setting *\"Hide private board saves from profile feed\"*\napplies here too. Scopes are granted individually on the consent screen, and a\ntool whose scope you declined returns an error rather than data.\n\n## Requirements\n\nA Savee account with an active subscription.\n[Check your plan](https://savee.com/upgrade/).\n\n## Links\n\n- Documentation — <https://docs.savee.com/mcp>\n- Privacy policy — <https://savee.com/privacy/>\n- Support — <hey@savee.com>\n\n## License\n\nThe contents of this repository are MIT licensed. Use of the hosted service is\ngoverned by Savee's [terms](https://savee.com/terms/).\n",
  "bytes": 3753,
  "sha": "c743f1e6b12a331e4f1585fde84ff9bc8ace1c9aef71822841256b106853dd4c",
  "repo_slug": "saveeit/savee-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_saveeit_savee_mcp_server_90dd444d/readme"
}