wezterm-mcp
About A Model Context Protocol server that executes commands in the current WezTerm session
GitHubスター
25
ユーザー評価
未評価
フォーク
1
イシュー
3
閲覧数
1
お気に入り
0
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