Sanity MCP サーバー
この MCP サーバーは、Claude Desktop から Sanity.io コンテンツを操作するためのツールを提供します。
インストール
- このリポジトリをクローンする
- 依存関係をインストールします:
- Sanity の資格情報を使用して
.env
ファイルを作成します。
Claude Desktopでの使用
- Claudeデスクトップで、[設定] > [MCPサーバー]に移動します。
- 次の設定で新しいサーバーを追加します。
利用可能なツール
ドキュメントを作成
Sanityで新しいドキュメントを作成します
パラメータ:
type
: 文書の種類content
: ドキュメントコンテンツ
例:
ドキュメントを編集
既存のドキュメントを編集します
パラメータ:
id
: ドキュメントIDcontent
:更新されたコンテンツ
ドキュメントの一覧
特定の種類のドキュメントを一覧表示します
パラメータ:
type
: 文書の種類limit
: 返されるドキュメントの最大数(デフォルト: 10)
スキーマを取得
既存のドキュメントに基づいてスキーマ テンプレートを取得します
**注:**最良の結果を得るには、このツールを使用する前に、各タイプのドキュメントを少なくとも 1 つ手動で作成してください。
パラメータ:
type
: 文書の種類
使用例
- 新しいブログ投稿を作成します:
- 既存の投稿を編集する:
- 最近の投稿を一覧表示する:
- 投稿のスキーマを取得します:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Claude Desktop が Sanity.io コンテンツと対話できるようにし、ドキュメントを作成、編集、一覧表示し、スキーマ テンプレートを取得するためのツールを提供する MCP サーバー。
Related Resources
Related MCP Servers
- -securityFlicense-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -Python
- AsecurityFlicenseAqualityA server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.Last updated -11
- AsecurityFlicenseAqualityA server built with mcp-framework that allows users to extend Claude's capabilities by adding custom tools that can be used through the Claude Desktop client.Last updated -3677TypeScript
- AsecurityFlicenseAqualityAn MCP server that integrates with Claude Desktop for managing personal journal entries, providing both a web viewer for browsing journals and tools for adding, searching, and analyzing journal content.Last updated -671TypeScript