Sanity MCP Server
@MCP-Mirror
Sanity MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sanity-io_sanity-mcp-server": {
"command": "npx",
"args": [
"sanity",
"schema",
"deploy"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Sanity MCP Server?
Sanity MCP Server implements the Model Context Protocol to connect your Sanity projects with AI tools such as Claude, Cursor, and VS Code. It enables AI models to understand your content structure and perform operations like creating, updating, and managing content through natural language instructions.
How to use Sanity MCP Server?
First, deploy your schema manifest using npx sanity schema deploy (requires Sanity CLI ≥3.88.1) and obtain your project ID, dataset name, and an API token. Then add the server configuration to your MCP‑compatible application’s settings, specifying the required environment variables (SANITY_PROJECT_ID, SANITY_DATASET, SANITY_API_TOKEN, MCP_USER_ROLE). If you use a Node version manager, ensure Node.js is accessible by creating symlinks (see README for OS‑specific steps).
Key features of Sanity MCP Server?
- Content Intelligence: AI explores and understands your content library.
- Content Operations: Automate tasks through natural language instructions.
- Schema‑Aware: AI respects your content structure and validation rules.
- Release Management: Plan and organize content releases effortlessly.
- Semantic Search: Find content based on meaning, not just keywords.
Use cases of Sanity MCP Server?
- Create, update, translate, or transform documents via conversational AI.
- Execute GROQ queries to search and retrieve content programmatically.
- Manage content releases: create, schedule, publish, or archive releases.
- Perform semantic searches across embeddings indexes.
- List and manage datasets, projects, and studio applications.
FAQ from Sanity MCP Server
What permissions does the API token need?
For basic read operations, a viewer role is sufficient. For content management, editor or developer is recommended; advanced operations like managing datasets may require an administrator role.
Is it safe to use this server with a production dataset?
If the token has write access, the AI can perform destructive actions (create, update, delete). Use a read‑only token or test on a development/staging dataset first.
Do I need to deploy the schema manifest?
Yes, the MCP server needs access to your content structure. Run npx sanity schema deploy from your Studio directory before using the server.
Which applications can I use this server with?
It works with any MCP‑compatible application, including Claude Desktop, Cursor IDE, VS Code (with appropriate extensions), and custom MCP apps.
How do I configure the server for my application?
Add a JSON block to your application’s MCP settings with command: "npx", args: ["-y", "@sanity/mcp-server@latest"], and the required environment variables listed in the README.
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ICSS
chokcoco不止于 CSS
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント