Connects Claude to the European Bioinformatics Institute's QuickGO service for browsing Gene Ontology data. Part of the Pipeworx gateway system that routes MCP requests to biological databases. Rather than calling specific tools, you can use the ask_pipeworx interface to query GO terms, annotations, and gene functions in plain English. The gateway handles tool selection and parameter mapping automatically. Useful when you need to look up protein functions, cellular component classifications, or biological process hierarchies during computational biology workflows. Offered both as a standalone server and as part of the broader 823+ source Pipeworx gateway.
QuickGO (EBI) MCP — Gene Ontology browser.
Part of Pipeworx — an MCP gateway connecting AI agents to 823+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"quickgo": {
"url": "https://gateway.pipeworx.io/quickgo/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 823+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Quickgo data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
therealtimex/browser-use
jae-jae/fetcher-mcp
merajmehrabi/puppeteer-mcp-server
saik0s/mcp-browser-use
vibheksoni/stealth-browser-mcp