Skip to content

Commit 42e57d3

Browse files
authored
Add Sanity MCP server definition (Remote HTTP) (#71)
Official Sanity remote MCP server for CMS content management. Query documents with GROQ, manage content and schemas via https://mcp.sanity.io with OAuth. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent aec3b56 commit 42e57d3

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

servers/io.sanity-mcp.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "io.sanity-mcp",
4+
"name": "Sanity",
5+
"alias": "sanity",
6+
"description": "Manage Sanity CMS content, schemas, and datasets. Query documents with GROQ, create and update content through the hosted MCP server.",
7+
"icon": "https://avatars.githubusercontent.com/u/17177659?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["developer-tools", "productivity"],
10+
"tags": ["sanity", "cms", "headless-cms", "content", "groq"],
11+
12+
"transport": {
13+
"type": "http",
14+
"url": "https://mcp.sanity.io",
15+
"metadata": {
16+
"inputs": []
17+
}
18+
},
19+
20+
"auth": {
21+
"type": "oauth",
22+
"instructions": "Connects via OAuth. Your MCP host will initiate the Sanity OAuth flow to authorize access to your project."
23+
},
24+
25+
"contributor": {
26+
"name": "Sanity",
27+
"github": "sanity-io",
28+
"url": "https://www.sanity.io"
29+
},
30+
31+
"links": {
32+
"repository": "https://github.com/sanity-io/sanity-mcp-server",
33+
"homepage": "https://www.sanity.io",
34+
"documentation": "https://www.sanity.io/docs"
35+
},
36+
37+
"platforms": ["all"],
38+
39+
"capabilities": {
40+
"tools": true,
41+
"resources": false,
42+
"prompts": false,
43+
"read_only_mode": false
44+
}
45+
}

0 commit comments

Comments
 (0)