Usage
Connect in Zed
Download the script: uart-pyautoport-mcp.py
Install uv: https://docs.astral.sh/uv/getting-started/installation/
Add MCP server in VS Code or Zed using the configuration template:
{ “uart-mcp-server”: { “command”: { “path”: “uv”, “args”: [“run”, “path/to/uart-pyautoport-mcp”], “env”: {} } } }
Replace “path/to/uart-pyautoport-mcp” with the actual path to your script.
Direct MCP Server
Run:
python uart-pyautoport-mcp.py
Requirements
- Python 3.8+
- pyautoport
- mcp[cli]
License
MIT


