Skip to content
Cursor

Solematica MCP Server for Cursor

io.github.hanicker/solematica-mcp

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

client:Cursor transport:stdio runtime:npm

Install Solematica MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "solematica-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@solematica/mcp-server"
      ],
      "env": {
        "SOLEMATICA_API_KEY": "<SOLEMATICA_API_KEY>",
        "SOLEMATICA_API_URL": "<SOLEMATICA_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Solematica MCP Server in other clients