Skip to content
Cursor

otp mcp server for Cursor

io.github.david-steel/otp-mcp-server

Public MCP for OTP (orgtp.com). Query cross-org best practices, learnings, publishers, patterns.

client:Cursor transport:stdio runtime:npm

Install otp mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "otp-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@orgtp/mcp-server"
      ],
      "env": {
        "OTP_API_BASE": "<OTP_API_BASE>",
        "OTP_MOCK": "<OTP_MOCK>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

otp mcp server in other clients