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

コメント

「その他」の他のコンテンツ