A Model Context Protocol (MCP) server that provides programmatic control over the terminal. This server implements the MCP specification to expose terminal functionality through a standardized interface.
- Execute shell commands
Add the following to your Claude Config JSON file
{
"mcpServers": {
"terminal": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/terminal-mcp-server"
]
}
}
}