mcp-omics
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-omicsTell me about the gene BRCA1."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-omics
A Model Context Protocol server for retrieving -omics data from various online sources.
Run the MCP server
To run the MCP server, you need to have FastMCP installed. You can install it using pip:
pip install -r requirements.txtThen, you can check that the server will run using the following command:
fastmcp run server.pyRelated MCP server: BioMCP
Example: Communicate with the MCP server locally in Ollama using MCPHost
Pull your desired model from Ollama:
ollama pull qwen2.5:0.5bNote that you can use any of the models that support "tools". Avoid the "thinking" models, as their outputs are overly verbose for this use case.
Install the MCPHost package:
go install github.com/mark3labs/mcphost@latest
## Make sure mcphost is in your PATH
# export PATH="$HOME/go/bin:$PATH"Run MCPHost with the model you pulled from Ollama:
mcphost -m ollama:qwen2.5:0.5b --config .mcphost.jsonRun some examples:
PDB - "From the Protein Data Bank, tell me about PDB 5JXE."
ChEMBL - "In the ChEMBL database, what are the other names for the compound with ID 'CHEMBL112'?"
UniProt - "What is the UniProt ID P43220?"
PubChem - "What is the PubChem CID 2244?"
HUGO - "Tell me about the gene BRCA1."
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that interfaces with Biomart databases, allowing models to discover biological datasets, explore attributes/filters, retrieve biological data, and translate between different biological identifiers.Last updated87MIT
- FlicenseBqualityDmaintenanceA 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.Last updated218
- FlicenseBqualityFmaintenanceA comprehensive Model Context Protocol server providing access to over 110 million chemical compounds with extensive molecular properties, bioassay data, and chemical informatics tools from the PubChem database.Last updated3046
- FlicenseAqualityDmaintenanceModel Context Protocol server for accessing Reactome pathway and systems biology data.Last updated812
Related MCP Connectors
MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
UniProt MCP — protein sequence + function database.
ChEMBL MCP — drug discovery database (EBI).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/colbyford/mcp-omics'
If you have feedback or need assistance with the MCP directory API, please join our Discord server