switchboard_plugins

aleksclark/switchboard_plugins
★ 0 stars Rust 📦 Other Updated today
Community WASM plugins for Switchboard MCP 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": {
    "switchboard_plugins": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "switchboard_plugins"
      ]
    }
  }
}