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.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ICSS
chokcoco不止于 CSS
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论