MCP.so
Sign In

@prismicio/mcp-server

@prismicio

About @prismicio/mcp-server

No overview available yet

Basic information

Category

Other

License

Apache-2.0 license

Runtime

node

Transports

stdio

Publisher

prismicio

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Prismic MCP": {
      "command": "npx",
      "args": [
        "-y",
        "@prismicio/mcp-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is @prismicio/mcp-server?

It is an MCP server that integrates Prismic, a headless CMS, with AI-powered code editors such as Cursor, Windsurf, and VS Code. It allows developers to code Prismic slices and implement custom fields using natural language prompts.

How to use @prismicio/mcp-server?

Add the server to your editor’s MCP configuration with the command npx -y @prismicio/mcp-server. For best results, select the claude-3.7-sonnet model. Then open any slice file and ask your AI assistant to “Code this Slice” or request help with specific field implementations like ImageField or RichTextField.

Key features of @prismicio/mcp-server

  • Code Prismic slices with natural language prompts
  • Implement custom fields like ImageField and RichTextField
  • Works with Cursor, Windsurf, VS Code, and more
  • Uses npx for easy setup without global install
  • Optimized for claude-3.7-sonnet model

Use cases of @prismicio/mcp-server

  • Quickly generate Prismic slice code inside an AI-powered code editor
  • Get help implementing specific Prismic fields like ImageField or RichTextField
  • Accelerate development of Prismic components by using natural language queries
  • Debug MCP server setup issues using Cursor’s output logs

FAQ from @prismicio/mcp-server

How to solve “Client closed” with “

Comments

More Other MCP servers