True Solar Time for Grok
io.github.shann5/true-solar-time
True solar time correction for BaZi charts: historical DST, longitude, equation of time.
client:Grok
transport:stdio
runtime:npm
Install True Solar Time in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"true-solar-time": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"true-solar-time-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