PluginBench
MCP Server

RQM WaveEngine Jobs MCP Server

com.rqmtechnologies/waveengine

What is the RQM WaveEngine Jobs MCP server?

No-signup, pay-per-job WaveEngine with 20 RF/IQ generation, processing, and analysis capabilities.

How to install RQM WaveEngine Jobs

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "waveengine": {
      "url": "https://jobs.rqmtechnologies.com/mcp/waveengine"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "waveengine": {
      "serverUrl": "https://jobs.rqmtechnologies.com/mcp/waveengine"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "waveengine": {
      "type": "http",
      "url": "https://jobs.rqmtechnologies.com/mcp/waveengine"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "waveengine": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://jobs.rqmtechnologies.com/mcp/waveengine"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http waveengine https://jobs.rqmtechnologies.com/mcp/waveengine

Related MCP servers

Commercial machine interface for RQM product job capabilities.

View repository →