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
{
"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