
mcp biodiversity
一个用于支持生物多样性建模的协议服务器。
Repository Info
About This Server
一个用于支持生物多样性建模的协议服务器。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Biodiversity Model Context Protocol Server
Setup on Windows
- Python:
- Install using the official installer. Remember to include into PATH.
uv:powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"- Note: installation with pip may cause problems with PATH.
Activate virtual environment:
.venv\Scripts\activate
Deactivate virtual environment:
deactivate
Install the server for Claude Desktop (check: does this run it in the background as well?):
mcp install server.py
Only run the server:
mcp run server.py
Run server with auto-reload:
python -m uvicorn server:mcp --reload
Run development server and Inspector. This requires Node & npx.
mcp dev server.py
See running processes:
Get-Process | Where-Object { $_.ProcessName -like "*mcp*" }
Stop running processes:
Get-Process | Where-Object { $_.ProcessName -like "*mcp*" } | Stop-Process -Force
Quick Start
Clone the repository
git clone https://github.com/mikkohei13/mcp-biodiversityInstall dependencies
cd mcp-biodiversity
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.