ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Prismic with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Query and manage your Prismic headless CMS content. search documents, list custom types, and retrieve specific content directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Prismic capability set.

These are the exact actions your AI can choose when you ask it to work with Prismic.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Prismic.

  1. 01

    Get query form schema

    Retrieves the schema for a specific query form (e.g., "everything")

  2. 02

    List custom types

    Lists all Custom Types defined in the Prismic repository

  3. 03

    List documents by type

    Lists all Prismic documents of a specific Custom Type

  4. 04

    List global tags

    Lists all tags used across the Prismic repository

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Prismic.

  1. 05

    List i18n languages

    Lists the languages (locales) configured in the repository

  2. 06

    Get document by ID

    G., from a search result or relationship field) and need to retrieve its full content. Fetches a specific Prismic document by its unique ID

  3. 07

    Get repo metadata

    Retrieves metadata about the Prismic repository, including master refs, types, and languages

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Prismic.

  1. 08

    List documents by tag

    Lists all Prismic documents that have a specific tag

  2. 09

    Query prismic documents

    This is the most powerful capability for finding content. It supports pagination and locale filtering internally. Queries the Prismic API for documents using raw Predicates

  3. 10

    Search filtered locale

    G., "en-us" or "fr-fr"). Performs a filtered search for documents within a specific locale

Observed, not estimated

947ms average. Fast in production.

Prismic is checked daily against the live service.

Daily averagePeak 1085ms
Aug 20Today
Fastest day
784ms
Slowest day
1085ms
14-day trend
Slowing+9%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Prismic, so you can see the experience inside your AI.

It does not authenticate your account with Prismic. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Prismic Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_jK6sO72lQezxjBKP0hCujVjdqiy2aRnElcL2Nsu8/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Prismic capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "prismic-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_jK6sO72lQezxjBKP0hCujVjdqiy2aRnElcL2Nsu8/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Prismic owners ask.

  • 01

    How do I start extracting content from my Prismic repository?

    Subscribe, enter your Prismic Repository Name, and if your repository is private, grab an Access Token from Settings → API & Security. No manual SDK setups or GraphQL integrations. just connect and start querying your custom types and documents directly through your AI agent.

  • 02

    Can my AI agent help me build Next.js components matching my Custom Types?

    Yes! Ask your agent to query a specific document ID or list custom types. It will retrieve the exact JSON payload returned by the Prismic API. Based on that structure, the agent can instantly generate your Next.js/React component props, mock data, and TS interfaces natively inside Cursor.

  • 03

    What happens when I need to find all blog posts tagged with 'announcement' in French?

    Just ask your AI agent. It uses the search_filtered_locale capability and Prismic predicates to filter documents precisely by type, tag, and language code without requiring you to manually craft complex API query strings or write ad-hoc fetch scripts.

  • 04

    Does it support deep repository insights for large content websites?

    Absolutely. You can list all custom types, pull an array of all global tags, and verify all configured languages for multi-lingual websites. It acts as an instant audit capability for publishers, content operations teams, and architects managing extensive CMS architectures.