MCP.so
登录

Sanity MCP Server

@andyciggy

关于 Sanity MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

andyciggy

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "sanity-mcp-server-andyciggy": {
      "command": "npx",
      "args": [
        "--ignore-existing",
        "sanity@latest",
        "schema",
        "deploy"
      ],
      "env": {
        "SANITY_CLI_SCHEMA_STORE_ENABLED": "true"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Sanity MCP Server?

Sanity MCP Server implements the Model Context Protocol to connect your Sanity projects with AI tools like Claude, Cursor, and VS Code. It enables AI models to understand your content structure and perform operations through natural language instructions.

How to use Sanity MCP Server?

First, deploy your Sanity Studio with the schema manifest and obtain your project ID, dataset name, and API token. Then add the server configuration to your MCP-compatible application, setting the environment variables SANITY_PROJECT_ID, SANITY_DATASET, and SANITY_API_TOKEN. If you use a Node version manager, follow the symlink setup instructions to ensure node and npx are accessible system-wide.

Key features of Sanity MCP Server

评论

其他 分类下的更多 MCP 服务器