modelscope·@qontinui/qontinui-mcp
暂无描述。
Lightweight MCP server for Qontinui Runner - enables AI-driven visual automation.
pip install qontinui-mcp
Start the Qontinui Runner (desktop application)
Configure your AI client (Claude Desktop, Claude Code, Cursor, etc.)
Add to your MCP configuration:
{
"mcpServers": {
"qontinui": {
"command": "qontinui-mcp",
"args": []
}
}
}
The AI can now:
Environment variables:
| Variable | Description | Default |
|---|---|---|
QONTINUI_RUNNER_HOST | Runner host address | Auto-detected (WSL-aware) |
QONTINUI_RUNNER_PORT | Runner HTTP port | 9876 |
| Tool | Description |
|---|---|
get_executor_status | Get runner status |
list_monitors | List available monitors |
load_config | Load a workflow configuration file |
ensure_config_loaded | Load config if not already loaded |
get_loaded_config | Get loaded configuration info |
run_workflow | Run a workflow by name |
stop_execution | Stop current execution |
# In an AI conversation:
"Load the config at /path/to/workflow.json and run the 'login_test' workflow on the left monitor"
# Clone
git clone https://github.com/qontinui/qontinui-mcp
cd qontinui-mcp
# Install dependencies
poetry install
# Run server locally
poetry run qontinui-mcp
MIT
一个由FastMCP驱动的服务器,用于通过编程方式创建、编辑和渲染PowerPoint(PPTX)演示文稿,具有幻灯片创建、内容插入和PNG渲染等功能。
赋予AI代理在项目背景下使用灵活的MCP工具安全读取和提取PDF文件中的信息(文本、元数据、页数)的能力。
一种模型上下文协议服务器,通过 Graph API 实现与 Microsoft 365 服务(Excel、日历、邮件、OneDrive、Teams 等)的交互,使人工智能助手能够通过自然语言管理 Microsoft 365 资源。
暂无描述。
暂无描述。
暂无描述。