mcpbeat Sign in

Omophub MCP Server

local only

Omophub MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 95 installs a week from npm. Last commit 7 Sep 2026.

Search, lookup, map, and navigate OMOP medical vocabularies via AI agents

Installs per day peak 40 · avg 13 · +183% w/w
a month agotoday
95
Installs / week
npm · @omophub/omophub-mcp
6
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Omophub MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: OMOPHUB_API_KEY (Your OMOPHub API key. Get one at https://omophub.com/dashboard/api-keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Omophub MCP

same job, measured the same way
Metalift
by metalift-ai

Metalift MCP for AI agents: web search (2 credits), scrape, crawl, and map tools

62 installs/wk local only
MatchOffice
by matchoffice

Search commercial real estate locations and create inquiries on MatchOffice.

3 tools answering
Instagram Profile MCP Server
by afanasenkoa

Instagram profiles for AI agents — followers, similar accounts, keyword and location search.

answering
Blck Alpaca Knowledge Base
by blckalpaca

Search Blck Alpaca's knowledge base on SEO, GEO, AI agents and marketing automation.

4 tools answering
Flowzap
by flowzap-xyz

Create workflow, sequence, architecture, and mind map diagrams via AI assistants.

85 installs/wk local only
I
Geepers MCP
by geepers4242

Resolve Geepers physical handles to exact coordinates + navigation for AI agents.

44 installs/wk local only
Crawlberg
by xberg-io

Scrape, crawl, and map websites to Markdown or JSON via local CLI.

local only
TestAtlas
by karzone

Semantic map of a .NET test-automation solution for AI agents — search, impact, endpoints

local only

Omophub MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Omophub MCP?
Omophub MCP 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 @omophub/omophub-mcp was installed 95 times last week.
How do I connect Omophub MCP?
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 @omophub/omophub-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Omophub MCP?
The npm package @omophub/omophub-mcp was installed 95 times in the last week. Week over week that is +183%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Omophub MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 6 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.