Structured content platform and headless CMS
Manage structured content with Sanity Studio. Real-time collaboration, flexible content modeling, and powerful queries.
{
"mcpServers": {
"sanity": {
"env": {
"SANITY_TOKEN": "your_token",
"SANITY_DATASET": "production",
"SANITY_PROJECT_ID": "your_project_id"
},
"args": [
"-y",
"@sanity/mcp-server"
],
"command": "npx"
}
}
}SANITY_TOKENyour_tokenSANITY_DATASETproductionSANITY_PROJECT_IDyour_project_id