Client
Freeby MCP Community
An MCP Client to run servers for Electron apps, support same-process approaching
v1.2.29Added Apr 12, 2026
Client MCP Server
An MCP Client to run servers for Electron apps, support same-process approaching
Installation
Reviews
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"]
}
}
}