PluginBench
MCP Server

RogerThat MCP Server

io.github.opcastil11/rogerthat

What is the RogerThat MCP server?

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

How to install RogerThat

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rogerthat": {
      "command": "npx",
      "args": [
        "-y",
        "rogerthat",
        "rogerthat"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rogerthat": {
      "command": "npx",
      "args": [
        "-y",
        "rogerthat",
        "rogerthat"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rogerthat": {
      "command": "npx",
      "args": [
        "-y",
        "rogerthat",
        "rogerthat"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rogerthat": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rogerthat",
        "rogerthat"
      ]
    }
  }
}
Claude Code
claude mcp add rogerthat -- npx -y rogerthat rogerthat

Related MCP servers

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

View repository →

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

View repository →