Prismic MCP Server
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
list_repositories— List all Prismic repositories you have access to. Called first to discover available repositories.list_custom_types— List all custom types (content models) in a repository with their id, label, and format.list_shared_slices— List all shared slices in a repository with their variation names.list_locales— List all locales configured in a repository.list_releases— List all releases in a repository, newest first.list_document_versions— List every version of a document, including drafts, published, archived, and release versions.search_documents— Search documents by keywords with optional filters for custom type, locale, status, and tags. Returns metadata, not full content.search_assets— Search the asset library by keyword. A single query matches against filename, alt text, notes, and credits. Returns previews.get_document— Fetch a document's metadata and full content. Supports reading from a specific version or release.get_custom_type— Fetch a custom type's full field model and an empty content template for creating documents.get_shared_slice— Fetch a shared slice's full model with all variations and ready-to-use empty variation bodies.create_release— Create a new empty release. Returns its id for use with create_document and update_document.create_document— Create a new document inside a release. Missing fields are filled with model defaults.update_document— Update a document into a release with full content. The new version is branched from a base version.upload_asset— Fetch an asset from a URL and upload it to the repository's asset library. Returns the Prismic CDN url for use in documents.publish_release— Publish a pending release, making all of its documents live. Requires a Publisher (Manager) role. Irreversible.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.