New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@prompt-ot/mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prompt-ot/mcp

Model Context Protocol server for PromptOT — manage, edit, and publish prompts from Claude Desktop, Cursor, Codex, ChatGPT, and any other MCP-compatible AI tool.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@prompt-ot/mcp

Model Context Protocol server for PromptOT.

Use PromptOT directly from Claude Desktop, Cursor, Codex CLI, ChatGPT, claude.ai, or any other MCP-compatible AI tool. The server exposes ~35 tools for managing prompts, blocks, variables, versions, test cases, and more — all gated by scoped API keys.

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "promptot": {
      "command": "npx",
      "args": ["-y", "@prompt-ot/mcp"],
      "env": {
        "PROMPTOT_API_KEY": "pot_...",
        "PROMPTOT_MCP_CLIENT": "claude-desktop"
      }
    }
  }
}

Generate your API key from the PromptOT dashboard → project → API Keys → "Generate MCP Key".

Cursor

Add to ~/.cursor/mcp.json (or .cursor/mcp.json in your workspace root):

{
  "mcpServers": {
    "promptot": {
      "command": "npx",
      "args": ["-y", "@prompt-ot/mcp"],
      "env": {
        "PROMPTOT_API_KEY": "pot_...",
        "PROMPTOT_MCP_CLIENT": "cursor"
      }
    }
  }
}

Codex CLI

Add to ~/.codex/config.toml:

[mcp_servers.promptot]
command = "npx"
args = ["-y", "@prompt-ot/mcp"]
env = { PROMPTOT_API_KEY = "pot_...", PROMPTOT_MCP_CLIENT = "codex-cli" }

ChatGPT & claude.ai (hosted)

The hosted transport is at https://mcp.promptot.com/mcp. Connect via OAuth from the client's MCP settings — no config file needed.

Environment variables

VariableRequiredDefaultDescription
PROMPTOT_API_KEYYes—Your scoped API key from the PromptOT dashboard
PROMPTOT_API_URLNohttps://api.promptot.comOverride for self-hosted or local dev
PROMPTOT_MCP_CLIENTNounknownClient identifier for analytics (claude-desktop, cursor, codex-cli, etc.)
PROMPTOT_DEBUGNofalseEnable verbose stderr logging for troubleshooting

Docs

Full tool reference and FAQ: https://www.promptot.com/docs/mcp

License

MIT

Keywords

mcp

FAQs

Package last updated on 12 Apr 2026

Related posts