Odel
Pallas Athena Tools

Pallas Athena Tools

Local
@nous-ehr1TypeScriptUpdated 3w ago

athenahealth DataView, API, and workflow tools for Claude Code with learning loop

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpallas-athena-toolsv0.1.1

Run

npx -y pallas-athena-tools

MCP client config

{
  "mcpServers": {
    "pallas-athena-tools": {
      "command": "npx",
      "args": [
        "-y",
        "pallas-athena-tools"
      ]
    }
  }
}