Sanity MCP Server
@andyciggy
About Sanity MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sanity-mcp-server-andyciggy": {
"command": "npx",
"args": [
"--ignore-existing",
"sanity@latest",
"schema",
"deploy"
],
"env": {
"SANITY_CLI_SCHEMA_STORE_ENABLED": "true"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Sanity MCP Server?
Sanity MCP Server implements the Model Context Protocol to connect your Sanity projects with AI tools like Claude, Cursor, and VS Code. It enables AI models to understand your content structure and perform operations through natural language instructions.
How to use Sanity MCP Server?
First, deploy your Sanity Studio with the schema manifest and obtain your project ID, dataset name, and API token. Then add the server configuration to your MCP-compatible application, setting the environment variables SANITY_PROJECT_ID, SANITY_DATASET, and SANITY_API_TOKEN. If you use a Node version manager, follow the symlink setup instructions to ensure node and npx are accessible system-wide.
Key features of Sanity MCP Server
More Other MCP servers
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments