pyterm-mcp

iLiftALot/pyterm-mcp
★ 0 stars Python API Integration Updated today
A reliable iTerm MCP server that leverages the iTerm2 Python API.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pyterm-mcp": {
      "command": "uvx",
      "args": [
        "pyterm-mcp"
      ]
    }
  }
}

Or install with pip: pip install pyterm-mcp

README Excerpt

A reliable iTerm MCP server that leverages the iTerm2 Python API. * PyPI package: https://pypi.org/project/pyterm-mcp/ * Free software: MIT License * Documentation: https://pyterm-mcp.readthedocs.io. * TODO This package was created with [Cookiecutter](https://github.com/audreyfeldroy/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.