MCP server exposing Excaliterm terminal read/write tools to Claude Code, Aider, Cursor, and other MCP-aware agents.
| Tool name | Description | Destructive? |
|---|---|---|
| read_terminal⚠ | ⚠ yes | |
| send_terminal⚠ | ⚠ yes |
{
"mcpServers": {
"excalitermmcp-tools": {
"command": "npx",
"args": [
"-y",
"@excaliterm/mcp-tools"
]
}
}
}