Pallas Athena Tools for Grok
io.github.nous-ehr/athena-tools
athenahealth DataView, API, and workflow tools for Claude Code with learning loop
client:Grok
transport:stdio
runtime:npm
Install Pallas Athena Tools in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"athena-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pallas-athena-tools"
]
}
}
}
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