mcp server for wezterm
npm install wezterm-mcpThis is a MCP server for WezTerm.
It allows you to control WezTerm from Claude Desktop and other MCP clients.
To use with Claude Desktop, add the server config:
``json`
{
"mcpServers": {
"wezterm-mcp": {
"command": "npx",
"args": ["-y", "wezterm-mcp"]
}
}
}
To install WezTerm for Claude Desktop automatically via Smithery:
`bash``
npx -y @smithery/cli install @hiraishikentaro/wezterm-mcp --client claude
