S

Sanity MCP

Query and mutate Sanity content.

Sanity·No reviews yet
Repo Docs
Share:

About

Interact with Sanity datasets: fetch documents with GROQ, create and update content, and manage schemas.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Install Sanity MCP

Server URL

https://mcp.sanity.io/mcp

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "sanity": {
      "url": "https://mcp.sanity.io/mcp",
      "transport": "http",
      "authType": "oauth"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

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

VS Code

Add this to your workspace settings.json.

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

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.