Loading MCP server directory, please wait...
Manage, version, and publish LLM prompts with blocks, variables, and evaluations.
npx @getmcp/cli add com.promptot/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PROMPTOT_API_KEYScoped API key from the PromptOT dashboard (Settings > API Keys)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.promptot/mcp": {
"command": "npx",
"args": [
"-y",
"@prompt-ot/mcp"
],
"env": {
"PROMPTOT_API_KEY": "",
"PROMPTOT_MCP_CLIENT": ""
}
}
}
}