Sanity
Rank #848io.sanity.www/mcp
Direct access to your Sanity projects (content, datasets, releases, schemas) and agent rules
Sanity is a Model Context Protocol (MCP) server published by sanity-io. It ranks #848 of 115,460 servers tracked on MCP Toplist, and its repository has 180 GitHub stars. Sanity is listed across 2 registries — Official MCP and Glama, with 24 tracked versions. It was first listed on Feb 18, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 114,612 of 115,460 servers on MCP Toplist.
Use Sanity
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http www https://mcp.sanity.io/[mcp_servers.www]
url = "https://mcp.sanity.io/"Add to ~/.codex/config.toml.
https://mcp.sanity.io/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"www": {
"url": "https://mcp.sanity.io/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"www": {
"type": "http",
"url": "https://mcp.sanity.io/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"www": {
"serverUrl": "https://mcp.sanity.io/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"www": {
"url": "https://mcp.sanity.io/"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.sanity.www%2Fmcp)<a href="https://mcptoplist.com/server/io.sanity.www%2Fmcp"><img src="https://mcptoplist.com/badge/io.sanity.www%2Fmcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sanity-io
Other servers by sanity-io
View all sanity-io servers →Available versions (24)
| Version | Published |
|---|---|
| 2.31.0 | Aug 29, 2026 |
| 2.30.2 | Aug 26, 2026 |
| 2.30.1 | Aug 24, 2026 |
| 2.30.0 | Aug 18, 2026 |
| 2.29.0 | Aug 12, 2026 |
| 2.28.0 | Aug 10, 2026 |
| 2.27.0 | Aug 4, 2026 |
| 2.26.7 | Jul 31, 2026 |
| 2.26.5 | Jul 23, 2026 |
| 2.20.1 | Jun 2, 2026 |
| 2.19.0 | May 8, 2026 |
| 2.18.2 | May 1, 2026 |
| 2.18.1 | Apr 28, 2026 |
| 2.18.0 | Apr 27, 2026 |
| 2.17.2 | Apr 22, 2026 |
| 2.17.1 | Apr 17, 2026 |
| 2.17.0 | Apr 3, 2026 |
| 2.16.0 | Mar 31, 2026 |
| 2.15.1 | Mar 22, 2026 |
| 2.15.0 | Mar 13, 2026 |
| 2.14.0 | Mar 3, 2026 |
| 2.13.2 | Feb 19, 2026 |
| 2.13.1 | Feb 18, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sanity?
- Sanity is maintained by sanity-io, which publishes 2 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Sanity listed on the Official MCP Registry?
- Yes — Sanity is listed on the Official MCP Registry, alongside Glama.
- How many versions does Sanity have?
- MCP Toplist tracks 24 versions of Sanity, most recently published on Aug 29, 2026.
- Where can I find the source code for Sanity?
- The source code for Sanity is hosted at github.com/sanity-io/agent-toolkit.