solar mcp for Grok
io.github.qso-graph/solar-mcp
Solar indices and space weather MCP server. SFI, SSN, Kp, DSCOVR, NOAA alerts.
client:Grok
transport:stdio
runtime:pypi
Install solar mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"solar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"solar-mcp"
]
}
}
}
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