Odel
Solematica MCP Server

Solematica MCP Server

Local
@n3m1JavaScriptMITUpdated 5mo ago

Solar estimates, provider comparison, energy prices and blog for Italy

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@solematica/mcp-serverv1.0.2

Run

npx -y @solematica/mcp-server

MCP client config

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