mcpbeat Sign in

Pallas Athena Tools MCP Server

local only

Pallas Athena Tools runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 11 Aug 2026.

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

Installs per day peak 9 · avg 4 · -37% w/w
a month agotoday
29
Installs / week
npm · pallas-athena-tools
1
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/cli.mjs:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add athena-tools -- npx -y pallas-athena-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "athena-tools": {
      "args": [
        "-y",
        "pallas-athena-tools"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.athena-tools]
command = "npx"
args = ["-y", "pallas-athena-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "athena-tools": {
      "args": [
        "-y",
        "pallas-athena-tools"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "athena-tools": {
      "args": [
        "-y",
        "pallas-athena-tools"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pallas Athena Tools

same job, measured the same way
Rami Code Review
by rami

AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor

answering
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

74 installs/wk 28 tools answering
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Memory Fts
by kurovu146

Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking

33 installs/wk local only
Ask Codex
by lykhoyda

Bridge Claude with OpenAI Codex CLI for AI-to-AI collaboration, code review, and second opinions

597 installs/wk local only
okffs
by neturely

MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow.

75 installs/wk local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only

Pallas Athena Tools — questions

Answers built from our own checks of this server.

Why is there no uptime for Pallas Athena Tools?
Pallas Athena Tools runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package pallas-athena-tools was installed 29 times last week.
How do I connect Pallas Athena Tools?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pallas-athena-tools straight from npm; nothing to host, nothing to sign up for.
How many people use Pallas Athena Tools?
The npm package pallas-athena-tools was installed 29 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pallas Athena Tools open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.