evcc (MCP Server)

GitHub

solar charging โ˜€๏ธ๐Ÿš˜

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "evcc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-evcc"
      ]
    }
  }
}