ferrislucas/iterm-mcp
A Model Context Protocol server that provides access to iTerm. You can run commands and ask questions about what you see in the iTerm terminal.
Quick Start
Clone the repository:
git clone https://github.com/ferrislucas/iterm-mcpClaude Desktop configuration example:
{
"mcpServers": {
"iterm-mcp": {
"command": "npx",
"args": [
"-y",
"ferrislucas/iterm-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.