Tibber MCP Server logo

Tibber MCP Server

by linkcd

The Tibber MCP Server allows AI agents to interact with the Tibber API to query energy prices and consumption data. It provides a convenient way to connect AI agents to your Tibber account.

View on GitHub

Last updated: N/A

What is Tibber MCP Server?

The Tibber MCP server is a Model Context Protocol (MCP) server that acts as an intermediary between an AI agent and the Tibber API. It allows the AI agent to query information about energy prices and consumption data from your Tibber account.

How to use Tibber MCP Server?

To use the server, you need to install it locally, configure it with your Tibber API token, and then connect to it using an MCP client such as Claude Desktop or Roo Code. Example queries are provided in the README.

Key features of Tibber MCP Server

  • Provides a standardized interface for AI agents to access Tibber data

  • Supports querying current energy prices

  • Supports querying historical energy consumption data

  • Exposes tools for getting consumption data and price/home information

Use cases of Tibber MCP Server

  • Analyzing power consumption patterns

  • Determining peak usage hours

  • Predicting future energy costs

  • Optimizing energy consumption based on price

FAQ from Tibber MCP Server

What is MCP?

MCP stands for Model Context Protocol. It's a standard for connecting AI models to external data sources and tools.

Where do I get a Tibber API token?

You can obtain a Tibber API token from the Tibber developer portal.

What is Claude Desktop?

Claude Desktop is an example of a client that can connect to the MCP server.

What is Roo Code?

Roo Code is a VS Code extension that can connect to the MCP server.

What is FastMCP?

FastMCP is a framework used for the server implementation.