wezterm-mcp

About A Model Context Protocol server that executes commands in the current WezTerm session

GitHubスター

28

ユーザー評価

未評価

お気に入り

0

閲覧数

11

フォーク

2

イシュー

4

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

smithery badge