BioMCP
About
Enhances large language models with protein structure analysis capabilities, including active site analysis and disease-protein searches, by connecting to the RCSB Protein Data Bank.
Details
- Author
- acashmoney
- Repository
- acashmoney/bio-mcp
- GitHub stars
- 8
- Categories
- Developer Tools, AI, Design, Search, Infrastructure, Database
Jump to
- 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)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
BioMCPCommand (node, npx, python, etc.)nodeArguments-
Argument 1
/path/to/your/build/index.js
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
To install BioMCP for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @acashmoney/bio-mcp --client claude
npm install
1. Start the BioMCP server:
bashnpm start
2. In a separate terminal, install the MCP Inspector globally (if not already installed):
bashnpm install -g @anthropic-ai/mcp-inspector
3. Launch the MCP Inspector and connect to your local BioMCP server:
bashnpx @modelcontextprotocol/inspector node build/index.js
4. Use the inspector interface to test tools and view responses.
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"
Run all tests:
bashnpm test
Run specific test suites:
bashanalyze-active-site
Provides detailed information about protein binding sites using a PDB ID.
search-disease-proteins
Returns proteins related to specified diseases or medical conditions.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"biomcp": {
"cwd": "",
"env": {},
"args": [
"/path/to/your/build/index.js"
],
"shell": false,
"command": "node"
}
}
}
Linux
{
"cwd": "",
"env": [],
"args": [
"/path/to/your/build/index.js"
],
"shell": false,
"command": "node"
}
Macos
{
"cwd": "",
"env": [],
"args": [
"/path/to/your/build/index.js"
],
"shell": false,
"command": "node"
}
Windows
{
"cwd": "",
"env": [],
"args": [
"/path/to/your/build/index.js"
],
"shell": false,
"command": "node"
}
BioMCP: Enabling agent-based biomedical R&D
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
```bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





