panchangam for Grok
io.github.socraticsurge/panchangam
Telugu Panchangam: tithi, nakshatra, muhurtas, festivals, tarabalam, gochara, daily rasi phalalu
client:Grok
transport:stdio
runtime:pypi
Install panchangam in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"panchangam": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-panchangam"
]
}
}
}
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