mcpbeat Sign in

BioMCP-TS MCP Server

local only

BioMCP-TS runs on your own machine — the client starts it, so there is no endpoint to ping. 692 installs a week from npm. Last commit 14 Sep 2026.

Biomedical MCP server: genes, variants, trials, literature, patents, optional SQL/R/biowasm tools.

Installs per day peak 691 · avg 82 · +1444% w/w
a month agotoday
692
Installs / week
npm · biomcp
12
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

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

const child = spawn(process.execPath, [bundle], { stdio: ['pipe', 'pipe', 'inherit'], env: process.env });

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

This one needs environment variables set before it will start: ANALYSIS_BIOWASM (Set to 1 to enable the samtools/bedtools/bcftools biowasm analysis tools), ANALYSIS_R (Set to 1 to enable the R/Bioconductor analysis tools (requires the webr peer dependency; use the pinned one-shot client command)), DB_TYPE (Set to mysql or sqlite to enable the read-only SQL database tools), NCBI_API_KEY (Higher NCBI E-utilities rate limits (3 -> 10 req/s)), S2_API_KEY (Higher Semantic Scholar rate limits), OPENFDA_API_KEY (Higher OpenFDA rate limits), ONCOKB_TOKEN (Required by the variant_oncokb tool (OncoKB annotations)), DISGENET_API_KEY (Required for DisGeNET disease-gene associations). The author declared them in the registry entry; get the values from the project itself.

Alternatives to BioMCP-TS

same job, measured the same way
Metabase AI Assistant
by enessari

MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL

55 installs/wk local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

138 installs/wk local only
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering
PostgreSQL MCP Server
by neverinfamous

Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations

local only
MCP Mysql Connector
by daedalus

MCP server exposing MySQL database functionalities as tools

70 installs/wk local only
SQL MCP Server
by nethinwei

Controlled SQL access gateway with policy, cost limits, tenant isolation, and safe tools.

local only
Liquibase Changelog MCP Server
by liquibase

Convert natural language into validated Liquibase XML or SQL changesets. 19 tools, 12 databases.

local only

BioMCP-TS — questions

Answers built from our own checks of this server.

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