Language: 日本語English

sanity Plugin

Author
Sanity
Category
Development
Topics
Documents & Content Creation · Databases & Storage · AI Agents & AI App Development
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

This item is a Claude Code (and Cursor) plugin that bundles the Sanity MCP server, agent skills, and slash commands for working with the Sanity content platform, according to the GitHub README. It lets AI agents query and author content, run GROQ queries, design schemas, and set up Visual Editing by giving them direct, always-up-to-date access to a Sanity project's content, datasets, releases, and schemas via MCP. It also ships agent skills covering GROQ performance, schema design, content modeling, SEO/AEO, and content experimentation. For Claude Code users it adds slash commands (/sanity, /sanity-review, /typegen, /deploy-schema). Installation can be done via the MCP server alone, agent skills alone, the full plugin, or manual copying of skill files.

Overview

According to the Sanity homepage, Sanity is described as "The Content Operating System for the AI era," a platform built around products such as Sanity Studio, Content Lake, Content Agent, App SDK, Content Releases, Agent API, and Live CDN for modeling, managing, and automating structured content across web, mobile, and AI-agent applications.

What you can do with sanity

  • Query and create Sanity documents directly via MCP tools such as query_documents, create_documents, and patch_documents
  • Publish or unpublish documents to manage document lifecycle (publish_documents / unpublish_documents)
  • Deploy and inspect schemas (deploy_schema / get_schema) and deploy an MCP-managed Studio (deploy_studio)
  • Create and list Content Releases and create version documents (create_release / list_releases / create_version)
  • Generate or transform images with AI (generate_image / transform_image), which the README notes consumes Sanity AI credits
  • Search and read Sanity documentation and load agent rules on demand (search_docs / read_docs, list_sanity_rules / get_sanity_rules)
  • Use agent skills for GROQ performance, schema design, Visual Editing, content modeling, SEO/AEO, and content experimentation best practices
  • Run Claude Code slash commands: /sanity, /sanity-review, /typegen, /deploy-schema

Sources

Original description (English)

Sanity content platform integration with MCP server, agent skills, and slash commands. Query and author content, build and optimize GROQ queries, design schemas, and set up Visual Editing.

History of sanity

Back to list