1. Conduid
  2. Content
  3. Sanity MCP Server
MCP server · Content

Sanity MCP Server

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

Unclaimed last commit 6 months ago cmsmcpcontentmcp-server
61Good

Scored yesterday · breakdown

About Sanity MCP Server

Sanity MCP Server is an MCP server published by sanity-io in the Content category: deprecated: Use the remote MCP server at https://mcp.sanity.io instead. It has been installed 0 times through Conduid.

The repository has 72 stars and 22 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx sanity-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Sanity MCP Server

Powered by Claude · Grounded in docs

I know everything about Sanity MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.5.0-alpha.3v0.5.0-alpha.3
v0.5.0-alpha.2v0.5.0-alpha.2
v0.5.0-alpha.1v0.5.0-alpha.1
v0.2.6v0.2.6
v0.2.5v0.2.5

README

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:

{
  "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.

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Sanity MCP Server

How do I install Sanity MCP Server?

Run npx sanity-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Sanity MCP Server safe to use with an AI agent?

Its trust score is 61 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Sanity MCP Server still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.