A read-only MCP server that provides visibility into Parallels Remote Application Server infrastructure, policies, and sessions through the RAS REST API. It enables AI assistants to query site settings, published applications, and license status without performing any modifications.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_HTTP_BEARER_TOKEN— HTTP only — Bearer token clients must present in Authorization: Bearer …. Server refuses to start without it. Generate with openssl rand -hex 32.MCP_HTTP_HOST— No 127.0.0.1 Bind address. Set to 0.0.0.0 to expose on all interfaces (front with TLS termination).MCP_HTTP_PORT— No 3000 Listen port.MCP_TRANSPORT— Two transports are supported, selected via the environment variable:RAS_HOST— Yes — RAS server hostname or IP addressRAS_IGNORE_TLS— No true Skip TLS certificate verification (for self-signed certs)RAS_PASSWORD— Yes — Administrator passwordRAS_PORT— No 20443 REST API portRAS_USERNAME— Yes — Administrator username[](https://m8ven.ai/mcp/rmitblog-parallelsras-mcp-vygg0x)