This MCP server enables users to execute shell commands in the current iTerm2 session through integration with Claude Desktop, facilitating seamless command execution via the Model Context Protocol
Local Onlyferrislucas
Awaiting current scanNpm · 1.2.6
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
Independent exact-version security scans
Continuous release and vulnerability monitoring
Risk-change alerts with capability context
Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
2024-11-05Negotiated protocol
iterm-mcpServer-reported name
1Capability groups
Aug 15, 2026Observed
Tools 3
Tool
Category
Annotations
Risk
read_terminal_outputReads the output from the active iTerm terminalInput schema
{
"type": "object",
"properties": {
"linesOfOutput": {
"type": "integer",
"description": "The number of lines of output to read."
}
},
"required": [
"linesOfOutput"
]
}
—
—
send_control_characterSends a control character to the active iTerm terminal (e.g., Control-C, or special sequences like ']' for telnet escape)Input schema
{
"type": "object",
"properties": {
"letter": {
"type": "string",
"description": "The letter corresponding to the control character (e.g., 'C' for Control-C, ']' for telnet escape)"
}
},
"required": [
"letter"
]
}
—
—
write_to_terminalWrites text to the active iTerm terminal - often used to run a command in the terminalInput schema
{
"type": "object",
"properties": {
"command": {
"type": "string",
"description": "The command to run or text to write to the terminal"
}
},
"required": [
"command"
]
}
—
—
Resources 0
None observed.
Resource templates 0
None observed.
Prompts 0
None observed.
Remote endpoints
Endpoint
Transport
Authentication
Health
Observed
No verified remote endpoint is linked.
iTerm MCP Server questions
How do I install iTerm MCP Server?
Install the selected package version with: npm install --save-exact iterm-mcp@1.2.6
What tools does iTerm MCP Server provide?
iTerm MCP Server exposed 3 tools during independent protocol observation, including read_terminal_output, send_control_character, write_to_terminal.
Is iTerm MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.