PromptOT for Claude Desktop
Anthropic's Claude Desktop now works with PromptOT via the Model Context Protocol. Manage prompts, blocks, versions, and test cases without leaving Claude Desktop.
Install snippet
Drop this into Claude Desktop
Add the snippet below to your claude_desktop_config.json and restart Claude Desktop. The PromptOT tools will appear in the @ menu and the model will use them automatically when you ask.
~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"promptot": {
"command": "npx",
"args": [
"-y",
"@prompt-ot/mcp"
],
"env": {
"PROMPTOT_API_KEY": "pot_YOUR_KEY_HERE",
"PROMPTOT_MCP_CLIENT": "claude-desktop"
}
}
}
}Replace pot_YOUR_KEY_HERE with the key you generate in your project's API keys page.
What you can do
A few of the 23 tools at your assistant's disposal
These are some of the most useful day-to-day. See the full catalog on the MCP overview page.
list_promptsSee every prompt in a project, with version + status.
create_promptSpin up a new prompt with starter blocks in one shot.
save_draft_versionPersist the current block layout as a new draft version.
publish_versionPromote a draft to production for the live API to serve.
diff_versionsCompare two versions block-by-block before publishing.
list_test_casesPull the test cases attached to a prompt for evaluation.
Quickstart
Three steps to PromptOT in Claude Desktop
Generate a key
Create an MCP-scoped API key from your project's API keys page.
Paste the snippet
Drop the snippet above into ~/Library/Application Support/Claude/claude_desktop_config.json and restart Claude Desktop.
Ask your AI
Try “Show me my PromptOT prompts” in Claude Desktop. The tools take it from there.
Ready to wire up Claude Desktop?
Generate a scoped key, paste the snippet, and ask away. Or browse the other supported assistants.