Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Sanity MCP Server that implements the Model Context Protocol to connect Sanity projects with AI tools, enabling content exploration and operations through natural language.
Add this to your MCP client configuration:
{
"mcpServers": {
"sanity-io-sanity-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sanity/mcp-server@latest"
],
"env": {
"SANITY_PROJECT_ID": "<Your Sanity project ID>",
"SANITY_DATASET": "<The Sanity dataset to use>",
"SANITY_API_TOKEN": "<Your Sanity API token>",
"MCP_USER_ROLE": "<User role for MCP server (developer or editor)>"
}
}
}
}{
"id": "sanity-io-sanity-mcp-server",
"name": "Sanity",
"description": "A Sanity MCP Server that implements the Model Context Protocol to connect Sanity projects with AI tools, enabling content exploration and operations through natural language.",
"source_url": "https://github.com/sanity-io/sanity-mcp-server",
"publisher_name": "sanity-io",
"publisher_url": "https://github.com/sanity-io",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 17174,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@sanity/mcp-server"
},
"tools_count": 25
}