Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
BioMCP Research Server
activity

BioMCP Research Server MCP Server

PubMed and ClinicalTrials.gov access

pubmedclinical-trialsbiomedicalresearch

About

## BioMCP Research Server: Biomedical Data Access The **BioMCP Research Server** integrates biomedical research databases into Google Antigravity, enabling AI-assisted access to genomic data, protein structures, and scientific literature for life sciences research. ### Why BioMCP? - **Genomic Data**: Access gene sequences, variants, and annotations from major databases - **Protein Structures**: Query protein structure databases including PDB - **Literature Search**: Search PubMed and biomedical literature efficiently - **Pathway Analysis**: Access biological pathway and interaction data - **Clinical Data**: Query clinical trial and drug information databases ### Key Features #### 1. Gene Queries ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get gene information and known variants for BRCA1" }] ) ``` #### 2. Protein Structures ```python # Query proteins response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find protein structures for insulin receptor and binding sites" }] ) ``` #### 3. Literature Search ```python # Search literature response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find recent papers on CRISPR gene editing applications" }] ) ``` #### 4. Pathway Analysis ```python # Analyze pathways response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show metabolic pathways involving glucose regulation" }] ) ``` ### Configuration ```json { "mcpServers": { "biomcp": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-biomcp"], "env": { "NCBI_API_KEY": "your-ncbi-api-key" } } } } ``` ### Use Cases **Genomics Research**: Access and analyze genomic data for research. **Drug Discovery**: Query drug targets and protein interactions. **Literature Review**: Efficiently search biomedical literature. **Bioinformatics**: Access data for computational biology workflows. The BioMCP Research Server brings comprehensive biomedical data access into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "biomcp": {
      "mcpServers": {
        "biomcp": {
          "args": [
            "biomcp"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 1PubMed search
  2. 2ClinicalTrials.gov
  3. 3Medical literature

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers