mcpbeat Sign in

Heor Agent MCP Server

by neptun2000 Your server? Claim it
local only

Heor Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 885 installs a week from npm. Last commit 27 Jun 2026.

HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA).

Installs per day peak 300 · avg 35 · -77% w/w
a month agotoday
885
Installs / week
npm · heor-agent-mcp
9
Stars
0 open issues
27 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 10 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.

Package points at a different repository neptun2000/heor-agent-mcp
пакет heor-agent-mcp ссылается на neptun2000/heoragent

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 heor-agent -- npx -y heor-agent-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "heor-agent": {
      "args": [
        "-y",
        "heor-agent-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.heor-agent]
command = "npx"
args = ["-y", "heor-agent-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "heor-agent": {
      "args": [
        "-y",
        "heor-agent-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "heor-agent": {
      "args": [
        "-y",
        "heor-agent-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Heor Agent

same job, measured the same way
Peer Research Papers MCP
by nexlab

Scholarly literature search across nine sources

answering
Scienceon MCP
by rubatoyd

KISTI ScienceON OpenAPI literature search & metadata collection (MCP server + CLI)

local only
I
Lit MCP
by gauravfs-14

MCP server for academic literature databases (arXiv, DBLP) to accelerate research using LLMs.

103 installs/wk local only
Ead Enterprise Suite
by g-digital-by-garrigues

MCP server for EAD Enterprise Suite - signatures, evidence, notifications, dossiers via AI agents.

97 installs/wk local only
Bible MCP
by nirajagarwal

Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.

13 tools answering
Embedding Search
by lazymac2x

Cloudflare Workers MCP server: embedding-search

3 tools answering
MCP Server Search
by bytedance

MCP server for web search operations

101 installs/wk local only
Research Mcp
by varvararatta

MCP server for Research

answering

Heor Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Heor Agent?
Heor Agent 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 heor-agent-mcp was installed 885 times last week.
How do I connect Heor Agent?
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 heor-agent-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Heor Agent?
The npm package heor-agent-mcp was installed 885 times in the last week. Week over week that is -77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Heor Agent open source?
Yes — it is published under the MIT licence, written in TypeScript and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.