Skip to main content
ClaudeWave
saveeit avatar
saveeit

savee-mcp-server

Ver en GitHub

Plugin and registry manifests for Savee's hosted MCP server at mcp.savee.com

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/saveeit/savee-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "savee": {
      "command": "node",
      "args": ["/path/to/savee-mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/saveeit/savee-mcp-server and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Savee MCP Server

> Your saved visual inspiration, in the conversation.

[Savee](https://savee.com) 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:

```json
{
	"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

```sh
claude mcp add --transport http --scope user savee https://mcp.savee.com/mcp
```

Then 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](https://docs.savee.com/mcp/install).

## 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 |
| --- | --- |
| `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](https://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](https://savee.com/upgrade/).

## 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](https://savee.com/terms/).
cursordesignmcpmcp-servermodel-context-protocolsavee

Lo que la gente pregunta sobre savee-mcp-server

¿Qué es saveeit/savee-mcp-server?

+

saveeit/savee-mcp-server es mcp servers para el ecosistema de Claude AI. Plugin and registry manifests for Savee's hosted MCP server at mcp.savee.com Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-24.

¿Cómo se instala savee-mcp-server?

+

Puedes instalar savee-mcp-server clonando el repositorio (https://github.com/saveeit/savee-mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar saveeit/savee-mcp-server?

+

Nuestro agente de seguridad ha analizado saveeit/savee-mcp-server y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene saveeit/savee-mcp-server?

+

saveeit/savee-mcp-server es mantenido por saveeit. La última actividad registrada en GitHub es del 2026-08-24, con 0 issues abiertos.

¿Hay alternativas a savee-mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega savee-mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: saveeit/savee-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/saveeit-savee-mcp-server)](https://claudewave.com/repo/saveeit-savee-mcp-server)
<a href="https://claudewave.com/repo/saveeit-savee-mcp-server"><img src="https://claudewave.com/api/badge/saveeit-savee-mcp-server" alt="Featured on ClaudeWave: saveeit/savee-mcp-server" width="320" height="64" /></a>

Más MCP Servers

Alternativas a savee-mcp-server