#590 · Primary category: AI Coding Assistants
iterm-mcp
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
Project last updated:09/20/25
GitHub Stars
568
Forks
73
Contributors
7
License
MIT
Why we included this project
iTerm2 users who want an AI assistant to actually execute commands, not just suggest them, can wire it directly into their terminal with this MCP server. It exposes three focused tools: writing to the active session, reading back a specific number of output lines, and sending control characters like ctrl-c. That is enough for a model to drive a REPL, run a build, or check the tail of a long-running command without pulling the whole screen into context. Because the server shares your live iTerm session, you can watch each step as it happens and interrupt if the model goes off track, which is worth knowing since the project makes no attempt to judge command safety. It runs via npx with minimal dependencies, so adding it to Claude Desktop or another MCP client is straightforward on macOS.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.