Sanity MCP Server
@jlmelis
关于 Sanity MCP Server
MCP for interacting with Sanity IO projects.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sanity-mcp": {
"command": "node",
"args": [
"src/sanity-mcp-server.ts"
],
"env": {
"SANITY_PROJECT_ID": "",
"SANITY_DATASET": "",
"SANITY_TOKEN": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Sanity MCP Server?
Sanity MCP Server is a Model Context Protocol server that provides tools for interacting with Sanity.io content from Claude Desktop, enabling document creation, editing, listing, and schema retrieval.
How to use Sanity MCP Server?
Install dependencies with npm install, create a .env file with your Sanity project credentials, then configure the server in Claude Desktop via Settings > MCP Servers using the provided JSON settings with the command node and arguments ["src/sanity-mcp-server.ts"].
Key features of Sanity MCP Server
- Create new documents in Sanity
- Edit existing documents by ID
- List documents of a specific type with limit
- Get a schema template from an existing document
Use cases of Sanity MCP Server
- Creating blog posts or content directly from Claude Desktop
- Updating existing Sanity documents without leaving the chat
- Browsing documents to find content quickly
- Generating schema templates to guide new document creation
FAQ from Sanity MCP Server
What tools does Sanity MCP Server provide?
It offers four tools: Create Document, Edit Document, List Documents, and Get Schema.
What credentials are required?
You need a Sanity project ID, dataset name, and token, which are set in a .env file or the MCP server configuration.
What runtime does it require?
It runs on Node.js; the command is node pointing to src/sanity-mcp-server.ts.
How do I get the best schema results?
Manually create at least one document of each type before using the Get Schema tool.
Is there a limit for listing documents?
You can set a limit parameter; the default is 10 documents.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论