Official MCP server/plugin for Payload CMS to enable “vibe coding” workflows #13646
KhademOHAli1
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ship an official MCP server (plus optional plugin/CLI) for Payload CMS. Expose a typed tool surface for CRUD, schema introspection, scaffolding, migrations, and codegen via stdio. Designed to work smoothly with AI IDEs/agents that speak MCP (Codex, Claude Desktop, Cursor, Windsurf, Continue, Cline, etc.). Goal: deliver first-class AI DX for Payload projects with minimal glue.
Problem
Many teams exploring AI-assisted dev need a safe, deterministic bridge from LLMs to project internals. Today this often means ad-hoc prompts and custom scripts, which can be fragile, harder to secure, and difficult to reuse across projects.
Proposal
Deliver an official package
@payloadcms/mcp
that:payload.config.ts
and reflect TS typesAn optional plugin
payload-plugin-mcp
can add project-level cfg sugar and tool registration.Beta Was this translation helpful? Give feedback.
All reactions