bvbrc-mcp-server
MCP server for querying BV-BRC biological data, submitting analysis jobs (assembly, annotation, BLAST, etc.), and managing workspace files via natural language.
README
BV-BRC MCP Server
A Model Context Protocol (MCP) server for the Bacterial-Viral Bioinformatics Resource Center (BV-BRC):
- Data Tools: Query BV-BRC Solr collections for genome, feature, and other biological data
- Service Tools: Submit and manage BV-BRC analysis jobs (assembly, annotation, BLAST, etc.)
- Workspace Tools: Manage BV-BRC workspace files, folders, and groups
Note: This repository has historically also carried README content for the BV-BRC Copilot API (a separate Node/Express service). That documentation is preserved below under “BV-BRC Copilot API (reference)”.
<details> <summary><h2>Features</h2></summary>
Data Tools
query_collection: Query any BV-BRC Solr collection with flexible filteringsolr_collection_parameters: Get schema information for collectionssolr_query_instructions: Get help on query syntaxsolr_collections: List all available collections
Service Tools
list_service_apps: List all available BV-BRC analysis servicesget_job_details: Query the status of submitted jobs- Submit jobs for various analyses:
- Genome Assembly
- Genome Annotation
- Comprehensive Genome Analysis
- BLAST
- Primer Design
- Variation Analysis
- TnSeq
- Phylogenetic Trees (Bacterial Genome Tree, Gene Tree)
- SNP Analysis (Whole Genome, MSA)
- Metagenomics (Taxonomic Classification, Binning, Read Mapping)
- RNA-Seq
- Viral Services (SARS-CoV-2 Analysis, Sequence Submission)
- And many more...
Workspace Tools
workspace_browse_tool: Unified browse/search tool (search recursively or inspect path as folder listing/file metadata)get_file_metadata: Get normalized metadata for workspace files or local session filesworkspace_download_file_tool: Download workspace filesworkspace_upload: Upload files to workspacecreate_genome_group: Create genome groupscreate_feature_group: Create feature groupsget_genome_group_ids: Get genome IDs from a groupget_feature_group_ids: Get feature IDs from a group
</details>
<details> <summary><h2>Connecting the Remote BV-BRC MCP Server to ChatGPT</h2></summary>
Step 1: Enable Developer Mode
- Click the plus next to "Ask me anything"
- Click "Add sources"
- You should now see "Sources" and "Add" below your chat box
- Click the down arrow next to "Add"
- Click "Connect more"
- Scroll down to Advanced Settings
- Click the toggle next to Developer Mode (must be "on")
- Click Back
Step 2: Create MCP Server Connection
- In the upper right-hand corner, click "Create"
- Fill in the following:
- Icon: Optional
- Name: BV-BRC MCP
- Description: ''
- MCP Server URL: https://dev-7.bv-brc.org/mcp
- Authentication:
- Leave authentication on OAuth
- Check the box if you Trust this application
- Click "Create"
Step 3: Connect to Your Server
- You should now see 'BV-BRC MCP' under "Enabled apps & connectors"
- Click the 'X' in the top left to go back to the chat screen
- In a New Chat, click the '+' button and hover over More
- You should see BV-BRC MCP as an option under Canvas
- Select BV-BRC MCP
</details>
<details> <summary><h2>Connecting the Remote BV-BRC MCP Server to Claude</h2></summary>
- Click account in bottom left and go to settings
- Click 'Connectors'
- Click 'Add custom connector'
- Fill in the following:
- Name: BV-BRC MCP
- Remote MCP server URL: https://dev-7.bv-brc.org/mcp
- Click 'Add'
- Then click 'Connect'
- Log into BV-BRC
- It's now available to use in a new chat
</details>
<details> <summary><h2>Installing as a Claude Extension</h2></summary>
Open your terminal
- Clone Github Repository
git clone https://github.com/cucinellclark/bvbrc-mcp-server cd bvbrc-mcp-server
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.