Sanity logo

Sanity

Create, query, and manage structured content in Sanity

Official docs

About Sanity

Sanity is a structured-content platform for creating, querying, and managing content. Its connector gives assistants project and content context for audits, document updates, release coordination, and schema or project setup.

Connection details

https://mcp.sanity.io
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add sanity --transport http https://mcp.sanity.io

Frequently asked questions

What is the Sanity remote MCP server?

The Sanity remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.sanity.io, so AI assistants can connect to it without installing or running anything locally. Sanity is a structured-content platform for creating, querying, and managing content. Its connector gives assistants project and content context for audits, document updates, release coordination, and schema or project setup.

How do I connect to the Sanity MCP server?

Add the endpoint https://mcp.sanity.io to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Sanity MCP server require authentication?

Yes. Sanity uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Sanity MCP server use?

Sanity exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers