Voltaic

jchristn/Voltaic
★ 3 stars C# 💻 Code/Dev Tools Updated 1mo ago
Voltaic is an open source JSON-RPC 2.0 and MCP client and server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "voltaic": {
      "command": "npx",
      "args": [
        "-y",
        "jchristn/Voltaic"
      ]
    }
  }
}