MCP.so
Sign In
B

Biomcp (typescript)

@yeyuan98

About Biomcp (typescript)

A high-performance MCP server that gives LLMs access to 24 biomedical tools federated across 50+ upstream APIs — genes, variants, drugs, diseases, literature, and clinical trials in a single integration.

Basic information

Category

Other

Transports

stdio

Publisher

yeyuan98

Submitted by

Ye Yuan

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "biomcp": {
      "command": "npx",
      "args": [
        "biomcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Biomcp?

Biomcp is a high-performance MCP server that gives LLMs access to 24 biomedical tools federated across 50+ upstream APIs—covering genes, variants, drugs, diseases, literature, and clinical trials in a single integration. It is designed for researchers, clinicians, and developers who need to query biomedical data through AI assistants.

How to use Biomcp?

Install and build with git clone, make install, and make build-bundle, then configure with Claude Desktop by adding a biomcp entry using npx biomcp or a local bundle.js path. Biomcp can also be run directly via npm start (stdio) or any stdio-based MCP client.

Key

Comments

More Other MCP servers