PluginBench
MCP Server

io.github.opcastil11/mcp-prowl MCP Server

io.github.opcastil11/mcp-prowl

What is the io.github.opcastil11/mcp-prowl MCP server?

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

How to install io.github.opcastil11/mcp-prowl

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PROWL_AGENT_KEY
    secret

    Prowl agent key (ak_...) for authenticated requests. Optional — all discovery is free without it.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-prowl": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-prowl"
      ],
      "env": {
        "PROWL_AGENT_KEY": "<YOUR_PROWL_AGENT_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-prowl": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-prowl"
      ],
      "env": {
        "PROWL_AGENT_KEY": "<YOUR_PROWL_AGENT_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-prowl": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-prowl"
      ],
      "env": {
        "PROWL_AGENT_KEY": "<YOUR_PROWL_AGENT_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-prowl": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-prowl"
      ],
      "env": {
        "PROWL_AGENT_KEY": "<YOUR_PROWL_AGENT_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-prowl --env PROWL_AGENT_KEY=<YOUR_PROWL_AGENT_KEY> -- npx -y mcp-prowl

Related MCP servers

Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

View repository →

Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

View repository →