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.
We read the source, 17 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add biomcp-ts -- npx -y biomcp
{
"mcpServers": {
"biomcp-ts": {
"args": [
"-y",
"biomcp"
],
"command": "npx"
}
}
}
[mcp_servers.biomcp-ts]
command = "npx"
args = ["-y", "biomcp"]
{
"mcpServers": {
"biomcp-ts": {
"args": [
"-y",
"biomcp"
],
"command": "npx"
}
}
}
{
"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.
MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL
MCP server for local SQLite database operations
MCP server proxy for SQLBot Text-to-SQL queries and report generation.
PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.
Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations
MCP server exposing MySQL database functionalities as tools
Controlled SQL access gateway with policy, cost limits, tenant isolation, and safe tools.
Convert natural language into validated Liquibase XML or SQL changesets. 19 tools, 12 databases.
Answers built from our own checks of this server.