MCP.so
登录

Parallels RAS MCP Server (Python)

@kamalsrini17

关于 Parallels RAS MCP Server (Python)

MCP server for Parallels RAS using FastAPI

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

kamalsrini17

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Parallels RAS MCP Server (Python)?

This MCP server provides a REST API backend to interact with Parallels Remote Application Server (RAS) for session management and app publishing. It is built with FastAPI and includes a client library for integration.

How to use Parallels RAS MCP Server (Python)?

Clone the repository, install dependencies via pip install -r requirements.txt, set RAS_API_URL, RAS_USERNAME, and RAS_PASSWORD in a .env file, then run the server using bash run.sh. Use the provided RASMCPClient in Python to call endpoints like get_sessions() and publish_application().

Key features of Parallels RAS MCP Server (Python)

  • Lists current sessions via the RAS REST API
  • Publishes remote applications
  • FastAPI-based backend for easy scaling
  • Simple client library for integration

Use cases of Parallels RAS MCP Server (Python)

  • Monitor active user sessions on a Parallels RAS deployment
  • Automate publishing of remote applications (e.g., Notepad)
  • Build custom management tools on top of RAS session data

FAQ from Parallels RAS MCP Server (Python)

What are the prerequisites to run this server?

Python 3 and the dependencies in requirements.txt. You also need access to a Parallels RAS REST API endpoint.

How do I authenticate with the RAS API?

Set the RAS_USERNAME, RAS_PASSWORD, and RAS_API_URL environment variables in a .env file before starting the server.

How do I start the server?

After setting up the environment, run bash run.sh from the project root.

What does the client library do?

It provides a RASMCPClient class that connects to the MCP server at http://localhost:8000 and exposes methods like get_sessions() and publish_application().

Can I submit this server to the MCP registry?

Yes, the README directs you to submit at https://mcp.so/submit.

评论

其他 分类下的更多 MCP 服务器