prompt-studio-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@prompt-studio-mcpadd a billing journey with plan picker, payment, receipt"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Prompt Studio for Claude Code
An MCP server that lets Claude read and write your Prompt Studio project directly — as text, in your repo, with a version behind every change.
Prompt Studio's document has a text form called Flow. This server makes that text form the interface: Claude reads the grammar, writes Flow, checks it, and folds it into your real project. Anyone with the canvas open watches the screens appear as it goes.
you: "add a billing journey — plan picker, payment, receipt"
claude: reads the grammar, writes Flow, checks it, merges it
studio: three screens and a journey appear on the canvas
git: prompt-studio.flow updated, ready to commitInstall
As a Claude Code plugin — nothing to install first
/plugin marketplace add faizanahmed-sy-devstree/prompt-studio-mcp
/plugin install prompt-studio@prompt-studioThe server is bundled in the repo, so this needs no npm, no build step and no Node toolchain beyond the one Claude Code already runs on. Then sign in once — the server tells you the exact command for your installation if you ask it to do anything before you have:
node ~/.claude/plugins/cache/*/prompt-studio/*/dist/cli.mjs loginFrom npm
Not published yet — use the plugin above until it is.
# 1. sign in once, on this machine
npx prompt-studio-mcp login
# 2. register it with Claude Code
claude mcp add prompt-studio -- npx -y prompt-studio-mcp serveEither way
login asks for your Prompt Studio email and password, exchanges them for tokens, and stores only the tokens in ~/.prompt-studio/credentials.json (owner-readable). Your password is never written to disk, and never goes anywhere near your Claude Code config.
Check it worked — whoami sits next to login, so use whichever of the two
paths above you installed with:
npx prompt-studio-mcp whoami # npm install
node <plugin-dir>/dist/cli.mjs whoami # plugin installThe server acts as you. It reaches exactly the projects your account can reach, and every change is attributed to you in the project's activity feed. There is no service account and no shared credential.
Related MCP server: MCP Prompt Manager
Commands
Command | What it does |
| The sign-in command for this installation, with the path filled in. |
| Your projects, as a table. |
| Tie this repo to a project and a |
| Whether the file and the project still agree. |
| Change the project by describing what you want. |
| The build prompt, ready to paste elsewhere. |
You never have to use them — asking in plain English reaches the same tools. They exist because nothing in the slash menu otherwise says the server is here.
/prompt-studio:flow is the one worth knowing: it reads the grammar first and
checks the source before saving, which is the difference between one write and
three failed ones against a live project.
What Claude can do
Tool | What it does |
| The complete grammar, with worked examples. Claude reads this first. |
| Every project your account can open. |
| The project as Flow source, plus the version to write back. |
| Parse Flow without touching anything. Free — the right way to iterate. |
| Fold Flow into a project. Merges by default, snapshots first. |
| A new project, optionally written from Flow in one go. |
| The build prompt the project generates, per surface. |
| The project's version history, newest first. |
| Snapshot the project as it stands, with a label. |
| A past version as Flow, so it can be compared with today's. |
| Put the project back. Snapshots the current state first. |
| Tie this repo to a project and a |
| Overwrite the linked file with the project. |
| Send the linked file to the project. |
| Whether the file and the project agree, and which way they have drifted. |
Keeping a .flow file in your repo
The diagram lives in Prompt Studio, but the text of it can live next to your code, where it can be reviewed in a pull request like anything else:
claude: link this repo to my dispatch projectThat writes two files — a .flow file holding the diagram as text, and a small .prompt-studio.json recording which project it belongs to. Commit both.
From then on the file is kept current automatically: any write_flow updates it too, so it never silently becomes the stale copy. sync_status tells you which side has moved, pull_flow brings the studio's version down, and push_flow sends yours up.
Four things it does deliberately
Merge is the default. Asked to add a billing journey, a model writes the billing journey — not the other eleven. A write that replaced the document would delete the rest of the project every single time. replace exists, is named plainly, and has to be asked for.
Every write snapshots first. The version is taken before the change and labelled with what the change was about, so the history is a list of states you can return to rather than a list of times something happened. restore_version also snapshots before restoring, so undoing is itself undoable.
Stale writes are refused, not merged. A write sends the version it read as its base. If somebody saved in between, it comes back as a conflict telling Claude to read again and reapply. It never lands on top of your colleague's work. push_flow does the same for the file on disk.
Checking is free. check_flow needs no project and touches nothing, so getting the grammar right costs iterations rather than writes.
Configuration
Variable | Default | For |
|
| Pointing at a self-hosted or local backend |
| — | CI, where there is no interactive login |
| — | CI. Prefer |
|
| Where credentials are stored |
Stored tokens win over environment variables: somebody who ran login meant it, and silently preferring a stale env var over that is an hour of confusion.
Running against a local backend:
PROMPT_STUDIO_API_URL=http://localhost:8010 npx prompt-studio-mcp loginBuilding it yourself
pnpm install
pnpm build # bundles dist/cli.mjs and dist/server.mjs
pnpm test # unit tests, no network
pnpm typecheckEnd to end, against a running backend — this one creates a real account and a real project:
PROMPT_STUDIO_API_URL=http://localhost:8010 node tests/e2e.mjsThe vendored studio
src/studio/ is a copy of the slice of Prompt Studio this server needs: the Flow parser, the serializer, the merge rules and the prompt engine. It is vendored rather than imported so that installing this package does not require checking out the app — which is the entire point of shipping it separately.
To refresh it against a local checkout:
pnpm sync # defaults to ../prompt-studio
git diff # this is the reviewThe sync script walks the real import graph from a handful of entry points, so it copies exactly what is reachable and nothing else. It refuses to vendor React components — one appearing means a barrel file is being imported where a direct module should be.
Licence
MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Read, edit, publish, and preview your pepita websites from Claude.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables Claude to read, write, search, and manage Obsidian vault notes with Git-backed sync support for multi-device access and extensible AI workflows.5,784
- AlicenseBqualityDmaintenanceEnables AI models like Claude to manage local prompt files with CRUD operations, fuzzy search, categorization, templates, version control, and favorites.325MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude Desktop/Code to read and edit Poranos AI NPC scenarios and conversation logs via natural language, including scenario versioning and audit logging.MIT
- AlicenseAqualityDmaintenanceEnables AI-assisted FlutterFlow development by reading, exploring, and understanding FlutterFlow projects through Claude and other MCP-compatible clients.252179MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/faizanahmed-sy-devstree/prompt-studio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server