Catalog
com.promptot/mcp
OfficialPromptOT
Manage, version, and publish LLM prompts with blocks, variables, and evaluations.
Manage, version, and publish LLM prompts with variables and evaluations.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
PROMPTOT_API_KEYrequiredsecretScoped API key from the PromptOT dashboard (Settings > API Keys)
PROMPTOT_MCP_CLIENTClient identifier for analytics attribution (e.g. claude-desktop, cursor)
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@prompt-ot/mcp@0.1.2"
],
"env": {
"PROMPTOT_API_KEY": "<YOUR_PROMPTOT_API_KEY>",
"PROMPTOT_MCP_CLIENT": "<YOUR_PROMPTOT_MCP_CLIENT>"
}
}
}
}