BioMCP

BioMCP

A Model Context Protocol server that enhances language models with protein structure analysis capabilities, enabling detailed active site analysis and disease-related protein searches through established protein databases.

acashmoney

Research & Data
Health & Wellness
Education & Learning Tools
Visit Server

Tools

analyze-active-site

Analyze the active site of a protein structure

search-disease-proteins

Search for proteins related to a disease

README

BioMCP: Enabling agent-based biomedical R&D

smithery badge BioMCP

Overview

BioMCP is a Model Context Protocol (MCP) server designed to enhance large language models with protein structure analysis capabilities. It provides tools for analyzing protein active sites and searching for disease-related proteins by interfacing with established protein databases.

Future work will be centered around enabling agents to utilize the BioMCP.

Features

  • Active Site Analysis: Examine the binding sites and functional residues of proteins using PDB IDs
  • Disease-Protein Search: Find protein structures associated with specific diseases or medical conditions
  • Integrated Data Access: Connect seamlessly with RCSB Protein Data Bank (PDB)

Technical Details

BioMCP implements the Model Context Protocol, allowing language models to access specialized protein structure knowledge without requiring this information to be part of their training data. The server handles API connections, data formatting, and error handling to provide reliable protein structure insights.

API Endpoints

BioMCP exposes two primary tools:

  1. analyze-active-site: Provides detailed information about protein binding sites using a PDB ID
  2. search-disease-proteins: Returns proteins related to specified diseases or medical conditions

Getting Started

Installing via Smithery

To install BioMCP for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @acashmoney/bio-mcp --client claude

Manual Installation

# Clone the repository
git clone https://github.com/acashmoney/bio-mcp.git

# Install dependencies
npm install

# Start the server
npm start

Setup Instructions

Running the MCP Inspector

  1. Start the BioMCP server:

    npm start
    
  2. In a separate terminal, install the MCP Inspector globally (if not already installed):

    npm install -g @anthropic-ai/mcp-inspector
    
  3. Launch the MCP Inspector and connect to your local BioMCP server:

    npx @modelcontextprotocol/inspector node build/index.js
    
  4. Use the inspector interface to test tools and view responses.

Using with Claude Desktop

  1. Build the BioMCP server:

    npm run build
    
  2. Configure Claude Desktop to launch the MCP server:

    a. Locate your Claude Desktop config.json file (typically in your user directory)

    b. Edit the config.json to include the BioMCP server build path. Example configuration:

    {
      "globalShortcut": "",
      "mcpServers": {
        "bio-mcp": {
          "command": "node",
          "args": [
            "/path/to/your/build/index.js"
          ]
        }
      }
    }
    

    c. Replace /path/to/your/build with your actual path to the project directory.

  3. Restart Claude Desktop for the changes to take effect.

  4. You can now ask Claude questions that utilize the BioMCP tools:

    • "What are the key residues in the active site of PDB structure 6LU7?"
    • "Find proteins related to Alzheimer's disease"

Example Usage

When integrated with a compatible language model, Bio-MCP enables queries like:

  • "What are the key residues in the active site of PDB structure 6LU7?"
  • "Find proteins related to Alzheimer's disease"

Requirements

  • Node.js 20.0.0 or higher
  • TypeScript 5.0+
  • Compatible MCP client implementation

Testing

BioMCP includes a comprehensive testing suite with unit, integration, and end-to-end tests.

Running Tests

Run all tests:

npm test

Run specific test suites:

# Unit tests only
npm run test:unit

# Integration tests only (API interactions)
npm run test:integration

# End-to-end tests only
npm run test:e2e

Linting

Check code quality:

npm run lint

Fix linting issues automatically:

npm run lint:fix

Roadmap

  • Expand level of detail for active site descriptions
  • Leverage 3-D coordinates
  • Tools for interfacing with literature
  • Tools for interfacing with computational biology models:
    • RFdiffusion
    • ProteinMPNN
    • ColabFold
    • Additional protein design and structure prediction tools
  • Agent-based research pipelines
  • Introduce client with protein visualization tools

Recommended Servers

Crypto Price & Market Analysis MCP Server

Crypto Price & Market Analysis MCP Server

A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.

Featured
TypeScript
MCP PubMed Search

MCP PubMed Search

Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.

Featured
Python
dbt Semantic Layer MCP Server

dbt Semantic Layer MCP Server

A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.

Featured
TypeScript
mixpanel

mixpanel

Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Featured
TypeScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python
PeakMojo Server

PeakMojo Server

A Python server implementation that enables integration with the PeakMojo API, providing access to various resources like users, personas, scenarios, and tools for managing PeakMojo functionality.

Official
Python
Nefino MCP Server

Nefino MCP Server

Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.

Official
Python
Vectorize

Vectorize

Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.

Official
JavaScript
MCP-AnkiConnect

MCP-AnkiConnect

An MCP server that integrates Claude with Anki flashcards, allowing users to review due cards and create new flashcards directly through conversation.

Local
Python
Anki MCP Server

Anki MCP Server

A Model Context Protocol server that enables LLMs to interact with Anki flashcard software through AnkiConnect, allowing for creation and management of flashcards, decks, and note types.

Local
TypeScript