MCP server
Sanity MCP Server
Agent access to Sanity content, schemas and releases.
Add it to your client
OfficialInstall
npx sanity@latest mcp configure
mcpServers
{
"mcpServers": {
"sanity-mcp": {
"command": "npx",
"args": [
"sanity@latest",
"mcp",
"configure"
]
}
}
}- Transport
- http
- Runtime
- Node
- Auth
- Required
- License
- MIT
Part of Sanity's agent toolkit, this server gives an agent GROQ queries, document create and update, schema and Studio deployment, and content release management over a hosted HTTP endpoint. The CLI command detects Cursor, Claude Code and VS Code and writes their config, reusing the logged-in Sanity user so no token is pasted by hand. The same repository also ships agent skills covering Sanity's content modelling conventions.
Similar MCP servers
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Developer ToolsCloud Platforms & Infrastructure
Salesforce DX MCP Server
MCP serverSalesforce CLI team's MCP server for querying orgs and shipping metadata.
Developer ToolsCRM & Sales
Comments(0)
Sign in to comment