Pallas Athena Tools for Cursor
io.github.nous-ehr/athena-tools
athenahealth DataView, API, and workflow tools for Claude Code with learning loop
client:Cursor
transport:stdio
runtime:npm
Install Pallas Athena Tools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"athena-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pallas-athena-tools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs