Skip to main content
Glama
Schimmilab

tibber-mcp-server

by Schimmilab

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

  1. Repo klonen: git clone https://github.com/Schimmilab/tibber-mcp-server.git

  2. Tibber-Token erstellen: https://developer.tibber.com/settings/access-token

  3. 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-mcp

Tools

Tool

Zweck

get_home_info

Homes, Adresse, Zählpunkt, Pulse vorhanden?

get_current_price

Preis jetzt + Einordnung (Rang, % vs. Tagesschnitt)

get_price_forecast

Stundenpreise heute/morgen mit Min/Max/Schnitt

find_cheapest_hours

Günstigste Stunden für Waschmaschine, E-Auto & Co.

get_consumption

Verbrauch pro Stunde/Tag/Woche/Monat (max. 744 Perioden)

get_consumption_report

Aggregierter Report mit Vorperioden-Vergleich

get_live_measurement

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          # Tests

Spec: 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.

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
3wRelease cycle
2Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    MCP 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.
    2
    3
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables 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.
  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    4
    11
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Exposes 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.

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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