MCP-Server für Bioinformatik-Daten — Gene, Proteine, PubMed-Literatur, Varianten und Sequenzen via NCBI & UniProt
Project description
bioinformatics-mcp-server
MCP-Server für Bioinformatik- und Life-Science-Daten. Gibt AI-Agents Zugriff auf NCBI Gene, UniProt, PubMed und ClinVar — komplett kostenlos ohne API-Key.
Tools
| Tool | Beschreibung |
|---|---|
search_genes |
Gen-Suche in NCBI Gene Database (Symbol, Name, Funktion) |
get_gene_details |
Detailinfos zu einem Gen via NCBI Gene ID |
search_clinvar_variants |
Klinische Varianten/Mutationen via NCBI ClinVar |
get_taxonomy |
Taxonomische Klassifikation via NCBI Taxonomy |
search_proteins |
Protein-Suche in UniProt |
get_protein_details |
Protein-Details via UniProt Accession |
get_ncbi_sequence |
DNA/Protein-Sequenzen aus NCBI (FASTA/GenBank) |
search_pubmed |
Literatur-Suche in PubMed |
get_pubmed_abstract |
Vollständiger Abstract eines PubMed-Artikels |
get_pubmed_citations |
Artikel die eine Publikation zitieren |
Installation
pip install bioinformatics-mcp-server
Konfiguration (Claude Desktop)
{
"mcpServers": {
"bioinformatics": {
"command": "bioinformatics-server"
}
}
}
Beispiele
# Gen-Suche
search_genes("BRCA1", organism="human")
search_genes("p53", organism="mouse")
# Klinische Varianten
search_clinvar_variants("CFTR", significance="pathogenic")
# Protein-Lookup
search_proteins("insulin receptor", organism="human")
get_protein_details("P06213")
# DNA-Sequenz abrufen
get_ncbi_sequence("NM_007294", database="nucleotide")
# Literatur
search_pubmed("CRISPR gene therapy cancer 2025", max_results=5)
get_pubmed_abstract("33461210")
APIs
- NCBI E-utilities — Gene, ClinVar, Taxonomy, PubMed, Sequenzen (kostenlos, 3 req/s)
- UniProt REST API — Proteine, Sequenzen, Funktionen (kostenlos, unbegrenzt)
Kein API-Key erforderlich.
Lizenz
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bioinformatics_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: bioinformatics_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a8479f07d84678fe3cf55424349f66fef4470feede616d56956f2253b172b7d
|
|
| MD5 |
2b58a2d5bc99e9a45c3451e925817067
|
|
| BLAKE2b-256 |
6354f17a1010fc6d84d20cc35a4e611e0a780aca2623029e07293613639a3e21
|
File details
Details for the file bioinformatics_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bioinformatics_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26c6190273a0680b64cbf7c2a07fb3e51f104d49d04440d17aa0b8b9526c659f
|
|
| MD5 |
e1ddeb2561710f8e663ee7f2ca2988e8
|
|
| BLAKE2b-256 |
e8ce56101f2053da1116d818647cbd04c64e6c56de72d05112c318b2c5988d38
|