trackmcp
Back to directory
sanity-io

sanity-mcp-server

View on GitHub

Deprecated: Use the remote MCP server at https://mcp.sanity.io instead.

71 starsOthers Updated Sep 1, 2026
cmsmcpmcp-server

Documentation

Sanity MCP Server

> This local MCP server (`@sanity/mcp-server`) has been deprecated in favor of the new, improved remote MCP server at mcp.sanity.io. This repository is archived and no longer maintained.

Use mcp.sanity.io

The Sanity MCP Server is now available as a hosted remote server at **mcp.sanity.io**. It offers:

  • Streamable HTTP transport
  • OAuth authentication (no API tokens to manage)
  • Continuously updated tools and features
  • Zero local setup — no Node.js required

Quick setup

Add this to your MCP client configuration:

json
{
  "mcpServers": {
    "sanity": {
      "url": "https://mcp.sanity.io",
      "type": "http"
    }
  }
}

Visit **mcp.sanity.io** for full installation instructions for Claude Code, Cursor, VS Code, and other MCP clients.

Frequently asked questions

What is sanity-mcp-server?

sanity-mcp-server is Deprecated: Use the remote MCP server at https://mcp.sanity.io instead.

How do I install sanity-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is sanity-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/sanity-io/sanity-mcp-server and has 71 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP