A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"iterm-mcp": {
"command": "npx",
"args": [
"-y",
"ferrislucas/iterm-mcp"
]
}
}
}
Run in terminal:
claude mcp add iterm-mcp npx -y ferrislucas/iterm-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"iterm-mcp": {
"command": "npx",
"args": [
"-y",
"ferrislucas/iterm-mcp"
]
}
}
}