BOLD MCP Server
@Lespernater
BOLD MCP Server について
MCP Server to connect local LLMs to BOLD Rest API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"bold": {
"command": "python",
"args": [
"-m",
"mcp_server_bold"
]
}
}
}ツール
2Fetches specimen data based on given criteria.
Fetches specimen and sequence data based on given criteria.
概要
What is BOLD MCP Server?
A Model Context Protocol server that enables LLMs to search BOLD (Barcode of Life Data System) specimens. It fetches specimen and sequence data via BOLD’s REST API, simplifying complex queries for AI assistants.
How to use BOLD MCP Server?
Install with pip from the cloned repository, then run python -m mcp_server_bold. Configure it as an MCP server in the Claude Desktop app by adding the command to claude_desktop_config.json. Use the tools specimen-search and combined-search to retrieve BOLD data.
Key features of BOLD MCP Server
specimen-search– retrieves specimen data by given criteria.combined-search– fetches both specimen and sequence data.- Simplified interface to the BOLD REST API.
- Runs as a local Python script.
- Compatible with Claude Desktop via MCP configuration.
Use cases of BOLD MCP Server
- Query BOLD for specimen records during biodiversity research.
- Combine specimen and genetic sequence data for analysis.
- Integrate BOLD data into AI‑powered field guides or taxonomic tools.
FAQ from BOLD MCP Server
How do I install BOLD MCP Server?
Clone the repository, navigate into it, and run pip install -e .. Then run python -m mcp_server_bold to start the server.
How do I configure BOLD MCP Server for Claude Desktop?
Add an entry to claude_desktop_config.json under mcpServers with "command": "python" and "args": ["-m", "mcp_server_bold"]. Restart Claude Desktop and approve the tool when prompted.
Does BOLD MCP Server require a separate runtime?
It requires Python and the dependencies installed via pip. The README suggests using a conda environment if the default setup fails.
What data does BOLD MCP Server fetch?
It fetches specimen and optionally sequence data from the BOLD REST API based on search criteria provided to the tools.
Are there any known limitations?
The README notes that other hosts like Zed do not yet support MCP Tools, so compatibility is currently limited to Claude Desktop or the MCP inspector.
「その他」の他のコンテンツ
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント