wezterm-mcp
v1.0.0
Published
mcp server for wezterm
Readme
WezTerm MCP Server
Overview
This is a MCP server for WezTerm. It allows you to control WezTerm from Claude Desktop and other MCP clients.
Installation
To use with Claude Desktop, add the server config:
{
"mcpServers": {
"wezterm-mcp": {
"command": "npx",
"args": ["-y", "wezterm-mcp"]
}
}
}To install WezTerm for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @hiraishikentaro/wezterm-mcp --client claude