Skip to content

Client

Free

by MCP Community

An MCP Client to run servers for Electron apps, support same-process approaching

v1.2.29Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Client MCP Server

An MCP Client to run servers for Electron apps, support same-process approaching

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @agent-infra/mcp-client
Add to claude_desktop_config.json
{
  "mcpServers": {
    "client": {
      "command": "npx",
      "args": ["-y", "@agent-infra/mcp-client"]
    }
  }
}