← Index

PromptOT

com.promptot/mcp·v0.1.2·AI & LLMs
Quality Score
90
/100

Manage, version, and publish LLM prompts with blocks, variables, and evaluations.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.promptot.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@prompt-ot/mcp"
      ],
      "env": {
        "PROMPTOT_API_KEY": "<your-promptot_api_key>",
        "PROMPTOT_MCP_CLIENT": "<promptot_mcp_client>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@prompt-ot/mcp"
      ],
      "env": {
        "PROMPTOT_API_KEY": "<your-promptot_api_key>",
        "PROMPTOT_MCP_CLIENT": "<promptot_mcp_client>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @prompt-ot/mcp
§02  Environment variables
PROMPTOT_API_KEY
requiredsecret

Scoped API key from the PromptOT dashboard (Settings > API Keys)

PROMPTOT_MCP_CLIENT

Client identifier for analytics attribution (e.g. claude-desktop, cursor)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs