Tibber MCP Server
@linkcd
关于 Tibber MCP Server
Model Context Protocol (MCP) Server for Tibber
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tibber-mcp": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"-e",
"TIBBER_API_TOKEN=[YOUR-TIBBER-TOKEN]",
"python",
"server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Tibber MCP Server?
Tibber MCP Server is a Model Context Protocol (MCP) server for Tibber, a Norwegian power supplier. It enables AI agents to query energy prices and consumption data from the Tibber API via tools.
How to use Tibber MCP Server?
Install Python 3.12 and uv, clone the repository, set up a virtual environment, and install dependencies. Configure the host (e.g., Claude Desktop, Roo Code) with the uv command, the server script path, and your TIBBER_API_TOKEN environment variable. The server exposes two tools: get_consumption_data() and get_price_and_home_info().
Key features of Tibber MCP Server
- Provides current, today's, and tomorrow's energy price info
- Retrieves hourly consumption data for the last 30 days
- Returns home info: owner, address, subscription details
- Exposes two clear tools for LLM interaction
- Integrates with Claude Desktop and Roo Code
Use cases of Tibber MCP Server
- Analyze power consumption patterns and identify peak hours
- Find the hour with highest power usage yesterday
- Query power consumption at a specific time (e.g., yesterday at 7 AM)
- Get the current energy price
- List the cheapest hours of tomorrow
- Compare whether tomorrow's energy price is higher or lower
FAQ from Tibber MCP Server
What is this server for?
It allows an AI agent to interact with the Tibber API to query energy prices and consumption data.
How do I get a Tibber API token?
Get your token from the Tibber developer portal under access token settings.
What data can I query?
Hourly consumption data for the last 30 days, current/today/tomorrow prices, and home info (owner, address, subscription).
What are the runtime requirements?
Python 3.12 and the uv package manager. The server uses the pyTibber library and FastMCP framework.
How do I configure the server with Claude Desktop?
Add a JSON entry in your MCP server configuration with the command uv, arguments including the path to the cloned folder, and the environment variable TIBBER_API_TOKEN set to your token.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论