Skip to main content

Bird species identification MCP server — YOLO detection + ConvNeXt classification, Top5 output

Project description

bird-id-mcp

Bird species identification MCP server. YOLO detection + ConvNeXt classification, outputs Top-5 species with confidence and Chinese names.

Install & Run

# Run directly with uvx (auto-installs)
uvx bird-id-mcp

# Or install from git
pip install git+https://github.com/Hakureirm/bird-id-mcp.git
bird-id-mcp

Models are automatically downloaded from HuggingFace on first run (~50MB default).

Model Selection

Model Size Speed (x86 1T) Accuracy
S1v2 (default) 37MB ~150ms Good
ConvNeXt 144MB ~600ms Best

Default is S1v2 (fast + small). To use ConvNeXt:

BIRD_ID_CLS_MODEL=convnext uvx --from git+https://github.com/Hakureirm/bird-id-mcp.git bird-id-mcp

Claude Desktop / Agent Config

{
  "mcpServers": {
    "bird-id": {
      "command": "uvx",
      "args": ["bird-id-mcp"]
    }
  }
}

Tools

identify_bird

Identify bird species from an image file path.

Input:  {"image_path": "/path/to/bird.jpg", "topk": 5}
Output: {
  "detections": 1,
  "detection_confidence": 0.92,
  "bbox": {"x1": 100, "y1": 50, "x2": 400, "y2": 350},
  "results": [
    {"rank": 1, "species": "Little Egret", "species_cn": "白鹭", "confidence": 78.5},
    {"rank": 2, "species": "Snowy Egret", "species_cn": "雪鹭", "confidence": 12.3},
    ...
  ]
}

identify_bird_base64

Same as above but accepts base64-encoded image data.

Models

  • Detection: YOLOv8 bird detector (12MB ONNX)
  • Classification: S1v2 (37MB, default) or ConvNeXt-Tiny (144MB), 10,753 bird species
  • Taxonomy: eBird species info — scientific name, family, order, description
  • Inference: ONNX Runtime CPU only, no GPU required

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bird_id_mcp-0.1.1.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bird_id_mcp-0.1.1-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file bird_id_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: bird_id_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for bird_id_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 85ebdd1ba8c2328eccd6441a6de589cf6de427578c676f9e10f128758d902067
MD5 720502214b6e521e729645c4c978398b
BLAKE2b-256 9646cea4b50ec32d3abb9ad4f5e7c63459aa187309b595570da35408e8098ad4

See more details on using hashes here.

File details

Details for the file bird_id_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: bird_id_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for bird_id_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c52267d350a787a91a4816f50d4607e62fa91e2ba4339e97b069c4d3ac528172
MD5 fd1347346c29d8b6ebbfa84963bb75b3
BLAKE2b-256 acd53379acf9bb3573d93cfeec0d05614e07b60c3997116b8955802304330c7b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page