Skip to content
VS Code

mcp prowl for VS Code

io.github.opcastil11/mcp-prowl

Discover, evaluate, and compare SaaS APIs. Agent-verified scores and metrics.

client:VS Code transport:stdio runtime:npm

Install mcp prowl in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "prowl-agent-key",
      "description": "PROWL_AGENT_KEY",
      "password": true
    }
  ],
  "servers": {
    "mcp-prowl": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-prowl"
      ],
      "env": {
        "PROWL_AGENT_KEY": "${input:prowl-agent-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

mcp prowl in other clients