Sanity MCP Server
Developmentstdiohttp-streaming
Sanity's official MCP server that connects structured content to AI agents. Provides tools to run GROQ queries, read and write documents, explore and deploy schemas, manage content releases, and generate images, all with full schema context. Available as a hosted remote server at mcp.sanity.io and works with MCP-compatible clients like Cursor, Claude Code, and VS Code.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
Taşıma:
{
"mcpServers": {
"sanity": {
"command": "npx",
"args": [],
"env": {
"SANITY_PROJECT_ID": "<YOUR_SANITY_PROJECT_ID>",
"SANITY_DATASET": "<YOUR_SANITY_DATASET>",
"SANITY_API_TOKEN": "<YOUR_SANITY_API_TOKEN>"
}
}
}
}Araçlar (3)
query_documents
Run a GROQ query to fetch documents from the Sanity dataset.
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "GROQ query string"
}
}
}create_document
Create a new document in the Sanity dataset.
{
"type": "object",
"required": [
"document"
],
"properties": {
"document": {
"type": "object",
"description": "Document body including its _type"
}
}
}get_schema
Retrieve the schema types configured for the Sanity project.
{
"type": "object",
"properties": {}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Yazar
- Sanity (@sanity-io)
- Yıldızlar
- 0
- Son güncelleme
- 12 Temmuz 2026