Skip to main content
Glama
saveeit

Savee MCP Server

Official

Savee MCP Server

保存したビジュアルインスピレーションを、会話の中で。

Savee は、デザイナーやクリエイティブプロフェッショナルのための、キュレーションされたビジュアルインスピレーションプラットフォームです。メンバーはウェブ上のどこからでも画像や動画をボードに保存し、色、タグ、視覚的な類似性を通じて作品を発見できます。

Savee は、https://mcp.savee.com/mcpホスト型リモート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 を選択して、認証 を選びます。

Cursor

設定 → MCP → 新しいMCPサーバーを追加 で HTTP タイプを選択し、https://mcp.savee.com/mcp を貼り付けます。または、上記のスニペットを ~/.cursor/mcp.json に配置します。

Claude

設定 → コネクタ → カスタムコネクタを追加 を選択し、https://mcp.savee.com/mcp を貼り付けます。

その他のクライアント

クライアントごとの手順は docs.savee.com/mcp/install にあります。

Related MCP server: Noverload MCP Server

承認

認証は OAuth 2.1 と PKCE を使用します — Client ID Metadata Documents を優先し、Dynamic Client Registration をサポートしています。初回接続時はブラウザで savee.com が開き、サインインすると、許可される内容が同意画面に正確に一覧表示されます。このフローのどこにも API キーをコピーする必要はありません。

savee.com の設定 → 開発者からいつでも切断できます。切断は即座に反映されます。

ツール

7 つのツールはすべて読み取り専用で、readOnlyHint の注釈が付いています。書き込み用ツールは存在しないため、この MCP を使ってアカウント内の何かを保存、編集、移動、削除することはできません。

ツール

説明

get_current_user

サインイン中の Savee プロフィール

list_saves

自分が保存したもの(新しい順)

list_feed

ホームフィード

list_boards

自分が所有または参加しているボード

list_board_saves

1つのボードに保存されているもの

search

Savee の公開ライブラリ — 自分の保存だけでなく、プラットフォーム上のすべて

view_saves

指定した保存の実際の画像を返し、アシスタントが見られるようにする

すべての保存には、ソースURL、寸法、主要カラーが含まれるため、アシスタントはリンクを列挙するだけでなく、コレクション内の内容を把握できます。view_saves はさらに進んで、画像そのものを返します。構図、レイアウト、タイポグラフィ、あるいは一連の画像がどのようにまとまっているかという疑問に対応します。

完全なリファレンス: docs.savee.com/mcp

参照できる内容

非公開の保存と非公開ボードも含まれます — コネクタは、サインイン中のあなたが見るものと同じものを参照します。Savee の設定 "非公開ボードの保存をプロフィールフィードに表示しない" はここでも適用されます。スコープは同意画面で個別に付与され、許可しなかったスコープに対応するツールは、データを返す代わりにエラーを返します。

要件

有効なサブスクリプションを持つ Savee アカウントが必要です。 プランを確認する

リンク

ライセンス

このリポジトリの内容は MIT ライセンスで提供されています。ホスト型サービスの利用は、Savee の 利用規約 に準拠します。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables 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.
    16
    25
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Connects 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.
    2
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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