MCP.so
Sign In

Sanity MCP Server

@andyciggy

About Sanity MCP Server

No overview available yet

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

andyciggy

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

Comments

More Other MCP servers