Plant-Gene-Copilot-MCP-server

helixDATA996/Plant-Gene-Copilot-MCP-server
★ 1 stars HTML Search Updated today
A lightweight, open-source MCP (Model Context Protocol) frontend for structured plant genomics research.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "plant-gene-copilot-m": {
      "command": "npx",
      "args": [
        "-y",
        "helixDATA996/Plant-Gene-Copilot-MCP-server"
      ]
    }
  }
}