← Index

VoltPlan Wiring Diagrams

io.github.YUZU-Hub/wiring-diagram-mcp·v0.2.1·Other
Quality Score
95
/100

Generate wiring diagrams and run electrical calculators for campers, boats, and off-grid setups.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.voltplan.app/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "wiring-diagram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wiring-diagram-mcp"
      ],
      "env": {
        "VOLTPLAN_API_URL": "<voltplan_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "wiring-diagram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wiring-diagram-mcp"
      ],
      "env": {
        "VOLTPLAN_API_URL": "<voltplan_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y wiring-diagram-mcp
§02  Environment variables
VOLTPLAN_API_URL

URL of the VoltPlan API instance

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Other