📦
Wezterm MCP
About A Model Context Protocol server that executes commands in the current WezTerm session
0 installs
33 stars
4 forks
Trust: 54 — Fair
Ai
Installation
npx wezterm-mcpAsk AI about Wezterm MCP
Powered by Claude · Grounded in docs
I know everything about Wezterm MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
