trackmcp
Back to directory
prismicio

prismic-mcp-server

View on GitHub

Prismic Model Context Protocol (MCP) Server

5 stars TypeScriptOthers Updated May 14, 2026
javascripttypescriptprismic

Documentation

> [!IMPORTANT]

> This package is no longer recommended for building Prismic websites with AI. Follow the new Prismic CLI-based approach instead: Build with AI in Prismic.

>

> For Prismic content management through MCP, use Prismic’s server-side MCP server: Prismic MCP documentation.

@prismicio/mcp-server

[![npm version][npm-version-src]][npm-version-href]

[![npm downloads][npm-downloads-src]][npm-downloads-href]

[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]

[![Codecov][codecov-src]][codecov-href]

[![Conventional Commits][conventional-commits-src]][conventional-commits-href]

[![License][license-src]][license-href]

Prismic Model Context Protocol (MCP) Server.

Install

json
{
	"mcpServers": {
		"prismic": {
			"command": "npx",
			"args": ["-y", "@prismicio/mcp-server@latest"]
		}
	}
}

Documentation

To discover what's new on this package check out [the changelog][changelog]. For full documentation, visit the [official Prismic documentation][prismic-docs].

Contributing

Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Prismic developer community!

Asking a question: [Open a new topic][forum-question] on our community forum explaining what you want to achieve / your question. Our support team will get back to you shortly.

Reporting a bug: [Open an issue][repo-bug-report] explaining your application's setup and the bug you're encountering.

Suggesting an improvement: [Open an issue][repo-feature-request] explaining your improvement or feature so we can discuss and learn more.

Submitting code changes: For small fixes, feel free to [open a pull request][repo-pull-requests] with a description of your changes. For large changes, please first [open an issue][repo-feature-request] so we can discuss if and how the changes should be implemented.

For more clarity on this project and its structure you can also check out the detailed [CONTRIBUTING.md][contributing] document.

License

code
Copyright 2013-2025 Prismic  (https://prismic.io)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

[prismic]: https://prismic.io

[prismic-docs]: https://prismic.io/docs/ai#code-with-prismics-mcp-server

[changelog]: ./CHANGELOG.md

[contributing]: ./CONTRIBUTING.md

[forum-question]: https://community.prismic.io

[repo-bug-report]: https://github.com/prismicio/prismic-mcp-server/issues/new?assignees=&labels=bug&template=bug_report.md&title=

[repo-feature-request]: https://github.com/prismicio/prismic-mcp-server/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=

[repo-pull-requests]: https://github.com/prismicio/prismic-mcp-server/pulls

[npm-version-src]: https://img.shields.io/npm/v/@prismicio/mcp-server/latest.svg

[npm-version-href]: https://npmjs.com/package/@prismicio/mcp-server

[npm-downloads-src]: https://img.shields.io/npm/dm/@prismicio/mcp-server.svg

[npm-downloads-href]: https://npmjs.com/package/@prismicio/mcp-server

[github-actions-ci-src]: https://github.com/prismicio/prismic-mcp-server/workflows/ci/badge.svg

[github-actions-ci-href]: https://github.com/prismicio/prismic-mcp-server/actions?query=workflow%3Aci

[codecov-src]: https://img.shields.io/codecov/c/github/prismicio/prismic-mcp-server.svg

[codecov-href]: https://codecov.io/gh/prismicio/prismic-mcp-server

[conventional-commits-src]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white

[conventional-commits-href]: https://conventionalcommits.org

[license-src]: https://img.shields.io/npm/l/@prismicio/mcp-server.svg

[license-href]: https://npmjs.com/package/@prismicio/mcp-server

Frequently asked questions

What is prismic-mcp-server?

prismic-mcp-server is Prismic Model Context Protocol (MCP) Server

How do I install prismic-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is prismic-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/prismicio/prismic-mcp-server and has 5 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP