MCP server

Sanity

MCP

Official Sanity MCP. Datasets, schemas, releases.

Sanity’s remote server. Content, schemas, and the agent rules for the project you authorize.

latest·Proprietary·Updated this quarter·github.com/sanity-io/agent-toolkit·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "sanity": {
      "url": "https://mcp.sanity.io"
    }
  }
}

By Sanity

Spec

What the server actually exposes.

  • query_content

    read

    GROQ against a dataset.

  • schema

    read

    The schema the studio uses.

  • release

    write

    A content release, after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

sanity-mcp.mcp/tools

Tools

  • query_content

    GROQ against a dataset.

    read
  • schema

    The schema the studio uses.

    read
  • release

    A content release, after you confirm.

    write

Last call

{ "ok": true,
  "tool": "query_content",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.