Auseklis Astrology for Grok
io.github.igmizo/auseklis
Astrology from a real ephemeris: natal charts, transits, synastry, eclipses, returns. No API keys.
client:Grok
transport:stdio
runtime:npm
Install Auseklis Astrology in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"auseklis": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"auseklis"
]
}
}
}
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