Loading languages...
GO

gosset-ai/mcps

@gosset-ai47

A collection of Model Context Protocol (MCP) servers for biomedical research, providing AI assistants with access to various biomedical databases and resources.

biomedical
pubmed
biorxiv
clinicaltrials
drugbank
opentargets

# mcpServer Config

{
  "mcpServers": {
    "pubmed-mcp": {
      "command": "python",
      "args": [
        "/ABSOLUTE/PATH/TO/pubmed_mcp.py"
      ]
    },
    "biorxiv-mcp": {
      "command": "python",
      "args": [
        "/ABSOLUTE/PATH/TO/bioarxiv_mcp.py"
      ]
    },
    "clinicaltrials-mcp": {
      "command": "python",
      "args": [
        "/ABSOLUTE/PATH/TO/clinicaltrialsgov_mcp.py"
      ]
    },
    "drugbank-mcp": {
      "command": "python",
      "args": [
        "/ABSOLUTE/PATH/TO/drugbank_mcp.py"
      ]
    },
    "opentargets-mcp": {
      "command": "python",
      "args": [
        "/ABSOLUTE/PATH/TO/opentargets_mcp.py"
      ]
    }
  }
}

# stdio

python pubmed_mcp.py
Transport:
stdio
Sprache:
Python
Erstellt:4/22/2025
Aktualisiert:8/5/2025