MCP.so
Sign In

Unofficial Reactome MCP Server 🧬

@Augmented-Nature

About Unofficial Reactome MCP Server 🧬

Model Context Protocol server for accessing Reactome pathway and systems biology data.

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

Augmented-Nature

Config

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

{
  "mcpServers": {
    "Reactome-MCP-Server": {
      "command": "node",
      "args": [
        "build/index.js"
      ]
    }
  }
}

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 Unofficial Reactome MCP Server 🧬?

It is a Model Context Protocol server that provides access to curated biological pathway and systems biology data from the Reactome database. Developed by Augmented Nature, it is designed for researchers and scientists exploring cellular processes, disease mechanisms, and drug targets.

How to use Unofficial Reactome MCP Server 🧬?

Install via npm (npm install), build (npm run build), then run with node build/index.js. Configure your MCP client (e.g., Claude Desktop) by adding a reactome-server entry that points to the built script. Use any of the eight available tools by sending JSON‑RPC requests with the specified arguments.

Key features of Unofficial Reactome MCP Server 🧬

  • Eight tools for searching and retrieving Reactome pathway data
  • Covers 2,500+ pathways, 25,000+ reactions, and 14,000+ proteins
  • Supports gene‑to‑pathway and disease‑associated pathway lookups
  • Provides pathway hierarchy, participants, reactions, and protein interactions
  • Cross‑references UniProt, ChEMBL, Ensembl, and other databases
  • TypeScript implementation with robust error handling and 30‑second timeouts

Use cases of Unofficial Reactome MCP Server 🧬

  • Systems biology workflow: search DNA repair pathways, retrieve details, and explore gene involvement
  • Disease mechanism research: find cancer‑related pathways and analyze their reactions and hierarchy
  • Drug discovery pipeline: map a drug target gene to pathways, examine protein interactions, and study participants

FAQ from Unofficial Reactome MCP Server 🧬

Is this an official Reactome product?

No. It is an unofficial server developed independently by Augmented Nature. It uses the public Reactome Content Service API but is not affiliated with or endorsed by the Reactome project.

What are the system requirements?

You need Node.js installed. The server is built from TypeScript source using npm install and npm run build, then runs via node build/index.js.

Where does the data come from and is authentication required?

All data is fetched live from the Reactome Content Service REST API (https://reactome.org/ContentService, v79). No authentication is required for normal research use, and rate limits are generous.

What data coverage does the server offer?

It provides access to over 2,500 curated pathways, 25,000+ reactions, and 14,000+ proteins across 20+ species, including human, mouse, and rat. It covers signal transduction, metabolism, gene regulation, cell cycle, DNA repair, immune response, and disease mechanisms.

Comments

More Other MCP servers