tibber-mcp-server
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., "@tibber-mcp-serverwhat's the current electricity price?"
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.
Tibber MCP Server
MCP-Server für die Tibber-API: Strompreise mit Forecast, Verbrauch/Kosten, Günstigste-Stunden-Suche und Pulse-Live-Daten — aufbereitet für LLMs.
Setup
Repo klonen:
git clone https://github.com/Schimmilab/tibber-mcp-server.gitTibber-Token erstellen: https://developer.tibber.com/settings/access-token
Abhängigkeiten installieren:
uv sync
Related MCP server: Homey MCP Server
Einbindung in Claude Code / Claude Desktop
.mcp.json (Pfad an den Clone-Ort anpassen):
{
"mcpServers": {
"tibber": {
"command": "uv",
"args": [
"run",
"--directory",
"/pfad/zu/tibber-mcp-server",
"tibber-mcp"
],
"env": { "TIBBER_API_TOKEN": "<dein-token>" }
}
}
}Alternativ liegt der Token in einer .env-Datei im Repo-Verzeichnis (nicht eingecheckt); dann statt des env-Blocks:
"args": ["run", "--env-file", "/pfad/zu/tibber-mcp-server/.env", "--directory", "/pfad/zu/tibber-mcp-server", "tibber-mcp"]Oder per Claude-Code-CLI global installieren:
claude mcp add tibber --scope user -- uv run --env-file /pfad/zu/tibber-mcp-server/.env --directory /pfad/zu/tibber-mcp-server tibber-mcpTools
Tool | Zweck |
| Homes, Adresse, Zählpunkt, Pulse vorhanden? |
| Preis jetzt + Einordnung (Rang, % vs. Tagesschnitt) |
| Stundenpreise heute/morgen mit Min/Max/Schnitt |
| Günstigste Stunden für Waschmaschine, E-Auto & Co. |
| Verbrauch pro Stunde/Tag/Woche/Monat (max. 744 Perioden) |
| Aggregierter Report mit Vorperioden-Vergleich |
| Pulse-Live-Snapshot (aktuelle Leistung, Tageswerte; wartet bis zu 15 s) |
Alle Preise in ct/kWh, Summen in EUR, Zeiten in Europe/Berlin. Fehlermeldungen sind deutsch und LLM-tauglich.
Entwicklung
uv run pytest # TestsSpec: docs/superpowers/specs/2026-07-05-tibber-mcp-server-design.md
Plan: docs/superpowers/plans/2026-07-05-tibber-mcp-server.md
Lizenz
MIT — siehe LICENSE. Ein Schimmilab-Projekt.
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.
Latest Blog Posts
- 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/Schimmilab/tibber-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server