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: Energy Prediction 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.
Maintainer
Schimmi — https://schimmilab.de Issues und Pull Requests willkommen.
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
- AlicenseBqualityDmaintenanceMCP Server for Tibber, a Norwegian power supplier. The Tibber MCP server provides an AI agent with a convenient way to interact with the Tibber API and query information such as current energy prices and your energy consumption data.23MIT
- Flicense-qualityDmaintenanceEnables AI-powered analysis and prediction of household energy consumption through machine learning models, providing historical consumption breakdowns, price queries from Spanish electricity markets, and personalized energy optimization recommendations.
- AlicenseAqualityDmaintenanceProvides access to Danish energy data from Energinet, including real-time electricity spot prices, CO2 emissions, and production mix. It enables users to monitor grid status and identify the most cost-effective hours for energy-intensive tasks.411MIT
- Flicense-qualityDmaintenanceExposes energy market signals and readiness indices by integrating data from sources like Yahoo Finance, ENTSOG, and AGSI+. It enables users to query gas flows, storage levels, power prices, and weather data via natural language.
Related MCP Connectors
Real-time electricity prices for AI agents. 40+ countries, 100+ zones. No auth required.
Unofficial integration! ## ✨ Key Features ### 💰 Financial Intelligence - **Smart Charging Cost An…
Semantic search over Nordic filings, press releases, macro data and electricity prices.
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/Schimmilab/tibber-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server