Solplanet MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Solplanet MCPHow much energy did my inverter produce today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Solplanet MCP
Een Model Context Protocol (MCP) server voor de Solplanet ASW5-T omvormer (en compatibele modellen). Hiermee kun je Claude vragen stellen over je zonne-energie systeem in gewone taal.
Voorbeeld: "Hoeveel heeft mijn omvormer vandaag geproduceerd?" of "Zet de accu op zelfverbruikmodus."
Vereisten
Python 3.10 of hoger
Claude Desktop
Solplanet omvormer met Wi-Fi stick, bereikbaar op je lokale netwerk
Related MCP server: Tigo Energy MCP Server
Installatie
1. Bestanden downloaden
Clone of download deze repository:
git clone https://github.com/kalmma/solplanet-mcp.git
cd solplanet-mcp2. Python dependencies installeren
pip install -r requirements.txt3. Setup uitvoeren
Voer het setup-script éénmalig uit. Het vraagt het IP-adres van je omvormer, test de verbinding en slaat de configuratie op.
python3 setup_solplanet.pyHet IP-adres van je omvormer vind je in je router (verbonden apparaten) of in de Solplanet app onder apparaatinformatie.
4. Claude Desktop configureren
Voeg de MCP server toe aan je Claude Desktop configuratie. Het configuratiebestand staat op:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Voeg het volgende toe (pas het pad aan naar waar je solplanet_mcp.py hebt opgeslagen):
{
"mcpServers": {
"solplanet": {
"command": "python3",
"args": ["/absoluut/pad/naar/solplanet_mcp.py"]
}
}
}Zie claude_desktop_config.example.json voor een voorbeeldbestand.
5. Claude Desktop herstarten
Herstart Claude Desktop. De Solplanet MCP is nu actief.
Beschikbare tools
Tool | Beschrijving |
| Snelle dagelijkse check: vermogen, energie, netuitwisseling en accustatus |
| Omvormerinformatie: serienummer, model, firmware |
| Actuele meetwaarden: vermogen, spanning, stroom, frequentie, temperatuur |
| Netmeter: inkoop en teruglevering (actueel en totalen) |
| Meetmeterconfiguratie |
| Accustatus: laadniveau (SOC), vermogen, spanning, stroom, temperatuur |
| Accuconfiguratie: werkingsmodus, min/max laadniveau |
| Werkingsmodus instellen: zelfverbruik, reservevermogen, tijdgebaseerd, off-grid |
| Minimum en maximum laadniveau instellen |
| Laadschema per dag bekijken |
Voorbeeldvragen aan Claude
"Wat is het huidige zonnepanelenvermogen?"
"Hoeveel energie heb ik vandaag geproduceerd?"
"Koop ik nu stroom in of lever ik terug?"
"Wat is de laadstatus van mijn accu?"
"Zet de accu op tijdgebaseerd laden."
"Stel het minimale accuniveau in op 15%."
"Wat is het laadschema van de accu deze week?"
Technische achtergrond
De omvormer communiceert via HTTP op poort 8484. De volgende endpoints worden gebruikt:
Endpoint | Beschrijving |
| Omvormerinformatie |
| Actuele omvormerdata |
| Meterdata |
| Meterinformatie |
| Accudata |
| Accuinformatie |
| Laadschema |
| Instellingen wijzigen |
Deze MCP is gebaseerd op de Home Assistant Solplanet integratie door Zbigniew Motyka.
Configuratie via omgevingsvariabele
In plaats van het setup-script kun je ook een omgevingsvariabele gebruiken:
SOLPLANET_HOST=192.168.1.100 python3 solplanet_mcp.pyOf in de Claude Desktop config:
{
"mcpServers": {
"solplanet": {
"command": "python3",
"args": ["/pad/naar/solplanet_mcp.py"],
"env": {
"SOLPLANET_HOST": "192.168.1.100"
}
}
}
}Compatibiliteit
Getest met de Solplanet ASW5-T. Waarschijnlijk ook compatibel met andere Solplanet/AISWEI omvormers die de Wi-Fi stick gebruiken. Accusysteemtools vereisen een gekoppeld batterijsysteem.
Licentie
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceAn MCP server that enables natural language interaction with the MeteoControl VCOM API v2 for monitoring solar array installations. It allows users to retrieve real-time and historical energy data, system alerts, and detailed asset configuration metrics.Last updated4Apache 2.0
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server that provides comprehensive access to Tigo Energy solar system data and analytics. It enables AI assistants to interact with your Tigo solar monitoring system to retrieve production data, performance metrics, system health information, and maintenance insights.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server for EG4 solar inverters, enabling real-time monitoring, performance analysis, battery health, alerts, maintenance insights, and historical data via natural language.Last updatedMIT
- Alicense-qualityBmaintenanceA powerful MCP server that enables AI assistants like Claude to access, analyze, and optimize solar energy data from FoxESS inverters.Last updated2MIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server wrapping the Tesla Fleet API and TeslaMate API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kalmma/solplanet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server