Sanity MCP Server
Connects Sanity projects with AI tools, allowing AI models to understand content structure and perform operations using natural language.
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.
관련 서버
Gremlin
Interact with any Gremlin-compatible graph database using natural language, with support for schema discovery, complex queries, and data import/export.
kintone
An MCP server for accessing and managing data on the kintone low-code platform.
CouchDB MCP Server
A server for interacting with CouchDB databases.
Poland KRS
Access to Polish National Court Register (KRS) — the government's authoritative registry of all businesses, foundations, and other legal entities.
MySQL
Interact with and manage MySQL databases. Requires connection details configured via environment variables.
Advanced Memory Bank MCP
An intelligent memory management server with 14 optimized tools. It provides AI-powered summaries, a clean interface, and supports an optional PostgreSQL database with pgvector.
Instructure DAP
Query Canvas and other Instructure data using the Instructure Data Access Platform (DAP) API.
PostgreSQL MCP Server
An MCP server for exploring and querying PostgreSQL databases.
MCP Football Server
Provides football (soccer) data using the API-Football service.
Simple MySQL MCP Server
A simple MCP server for MySQL, demonstrating fundamental MCP protocol concepts. Requires a MySQL database connection configured via environment variables.