An MCP tool server that provides stateful, TUI-compatible terminal sessions.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpterm": {
"command": "go",
"args": [
"run",
"github.com/dwrtz/mcpterm@latest"
]
}
}
}
Run in terminal:
claude mcp add mcpterm go run github.com/dwrtz/mcpterm@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpterm": {
"command": "go",
"args": [
"run",
"github.com/dwrtz/mcpterm@latest"
]
}
}
}