Solematica MCP Server for Grok
io.github.hanicker/solematica-mcp
Solar estimates, provider comparison, energy prices and blog for Italy
client:Grok
transport:stdio
runtime:npm
Install Solematica MCP Server in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs