mcpbeat Sign in

Fronius MCP Server

by flowiesner Your server? Claim it
local only

Fronius MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from pypi. Last commit 18 Apr 2026.

Real-time Fronius inverter data in Claude — PV, battery, grid and smart meter via local Solar API.

Installs per day peak 26 · avg 12 · +0% w/w
a month agotoday
74
Installs / week
pypi · fronius-mcp
1
Stars
0 open issues
18 Apr 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Fronius MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fronius-mcp -- uvx fronius-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fronius-mcp": {
      "args": [
        "fronius-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fronius-mcp]
command = "uvx"
args = ["fronius-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fronius-mcp": {
      "args": [
        "fronius-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fronius-mcp": {
      "args": [
        "fronius-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Fronius MCP

same job, measured the same way
BugiaData
by lgpoliveira

Relational locale-aware fake data for Cursor and Claude via MCP (SSE). Free tier at bugiadata.com.

answering
Bart
by pipeworx-io

BART MCP — San Francisco Bay Area Rapid Transit real-time data (api.bart.gov)

40 tools answering
Alpaca
by pipeworx-io

Alpaca MCP — real-time US stock market data via the Alpaca Market Data API

34 tools answering
MCP Contracts
by cryptoapis-io

MCP server for smart contract ABIs and on-chain data from EVM and Solana via Crypto APIs

40 installs/wk local only
X-Social Intel
by evozim

Real-time Twitter/X data miner and sentiment parser for autonomous bots.

answering
Revit Converter MCP
by labsfuture

Convert Revit files to XKT, IFC, or DWG and query BIM data via natural language.

answering
Firma
by evan-moon

Local-first portfolio tracker for overseas investors. Claude reads and writes your finances via MCP.

25 installs/wk local only
Tfl MCP Server
by oneill9

Community-built server providing real-time London transport data via the TfL Unified API

local only

Fronius MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fronius MCP?
Fronius MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fronius-mcp was installed 74 times last week.
How do I connect Fronius MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fronius-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Fronius MCP?
The pypi package fronius-mcp was installed 74 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fronius MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.