Generate electrical wiring diagrams for campers, boats, and off-grid setups.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
I refit my boat with Claude as the electrician. Here's the MCP that made it possible.
An MCP server that gives Claude (or any MCP-compatible AI) domain expertise in 12V / 24V / 48V electrical systems β sizing the bank, picking the wire gauge, recommending the fuse, and generating a complete wiring diagram. For boats, campers, vans, and off-grid builds.
Drop that into your claude_desktop_config.json, restart Claude, ask: "Plan a 400 Ah lithium house bank for a 30 ft sailboat with 2 days of autonomy." Done.
Built while refitting Largo, a 1996 Maxum, in Roermond. The math kept getting in the way of the work β sizing the bank, then the gauge, then the fuse, then redoing all of it after one load changed. So I gave Claude the math. Now it sizes the bank, picks the gauge, and generates the diagram. I'd rather just do the cabling.
The calculations are the same ones any cruiser or vanlifer ends up doing on graph paper at 11pm. This server makes them a one-sentence prompt.
Nine tools, all callable by name from any MCP client:
| Tool | What it does |
|---|---|
calculate_power_budget | Daily energy draw from a list of loads (Wh, Ah, peak power) |
calculate_battery_bank | Bank size for given consumption + autonomy + DoD |
calculate_battery_config | Series/parallel arrangement to hit a target voltage and capacity |
calculate_solar_size | Panel wattage to recharge daily, accounting for sun hours and losses |
calculate_wire_gauge | AWG / mmΒ² for current and run length, with fuse recommendation |
calculate_inverter_size | Inverter wattage for AC loads, with surge headroom and DC current draw |
calculate_charging_time | Time from X% to Y% SoC, with bulk and absorption phases |
generate_wiring_diagram | Complete schematic as SVG or PNG, auto-fused and protected |
list_component_types | Component reference and example configs for diagram building |
Three real prompts, three real outputs.
"Plan a 400 Ah lithium house bank for a 30 ft sailboat. Loads: 12V fridge 24/7 (60W), LED nav and cabin lights (25W, 4h/day), USB chargers (30W, 2h/day), occasional inverter for a laptop (90W, 3h/day). 2 days of autonomy without solar, LiFePO4 with 80% DoD."
Claude calls calculate_power_budget then calculate_battery_bank:
"What gauge wire for a 50A inverter run, 3 meters one-way, 12V, marine environment, max 3% drop?"
Claude calls calculate_wire_gauge:
(Ampacity alone would allow 10 mmΒ² / 8 AWG, but voltage drop drives the choice up at this length.)
"Generate a wiring diagram for: 2 Γ 100W solar β MPPT β 200 Ah LiFePO4 β BMV-712 monitor β main 12V bus β fridge, lights, USB."
Claude calls generate_wiring_diagram and returns an SVG: batteries with terminals, MPPT charger, auto-generated shunt, main switch, low-voltage cutoff, and fused load lines in red/black with computed gauges.
See examples/ for five fully-worked scenarios β sailboat refit, Sprinter van, off-grid cabin, day sailer, live-aboard β each with the prompt, the expected tool calls, and the resulting numbers.
Edit claude_desktop_config.json (Settings β Developer β Edit Config):
Restart Claude. The hammer icon in the chat input means tools are active.
Edit ~/.cursor/mcp.json (or .cursor/mcp.json per-project):
Open the Cline panel β MCP Servers β Edit MCP Settings, then:
| Env var | Default | Purpose |
|---|---|---|
VOLTPLAN_API_URL | https://voltplan.app | VoltPlan instance for diagram rendering |
PORT | 3001 | HTTP server port |
Calculations run locally inside the MCP server (deterministic, no network). Diagram rendering hits the VoltPlan API and returns an SVG or PNG that the AI client embeds in the chat.
Worked scenarios in examples/:
Built by Stefan Lange-Hegermann (yuzuhub.com). Powered by VoltPlan.
Issues, ideas, and pull requests welcome on GitHub.
MIT β see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/wiring-diagram-mcp)<a href="https://allmcps.com/mcp/wiring-diagram-mcp"><img src="https://allmcps.com/api/badge/wiring-diagram-mcp?style=directory" alt="Wiring Diagram Mcp on AllMCPs" /></a>