Skip to content
Cursor

Promptibus MCP for Cursor

com.promptibus/mcp

Model intelligence for AI agents — syntax, params, pricing for 67+ generative AI models.

client:Cursor transport:stdio runtime:npm

Install Promptibus MCP 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": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@promptibus/mcp"
      ],
      "env": {
        "PROMPTIBUS_API_KEY": "<PROMPTIBUS_API_KEY>",
        "PROMPTIBUS_API_URL": "<PROMPTIBUS_API_URL>"
      }
    }
  }
}

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

Promptibus MCP in other clients