PluginBench
MCP Server
Active
GPL-2.0

phylokit-mcp MCP Server

io.github.musharna/phylokit-mcp

What is the phylokit-mcp MCP server?

Phylogenetic inference via IQ-TREE 2 — never returns a topology without its support

How to install phylokit-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OMP_NUM_THREADS

    Pinned so inference is reproducible; overriding it makes IQ-TREE runs non-deterministic.

  • MKL_NUM_THREADS

    Pinned alongside OMP_NUM_THREADS for the same reproducibility reason.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "phylokit-mcp": {
      "command": "uvx",
      "args": [
        "phylokit-mcp"
      ],
      "env": {
        "OMP_NUM_THREADS": "<YOUR_OMP_NUM_THREADS>",
        "MKL_NUM_THREADS": "<YOUR_MKL_NUM_THREADS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "phylokit-mcp": {
      "command": "uvx",
      "args": [
        "phylokit-mcp"
      ],
      "env": {
        "OMP_NUM_THREADS": "<YOUR_OMP_NUM_THREADS>",
        "MKL_NUM_THREADS": "<YOUR_MKL_NUM_THREADS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "phylokit-mcp": {
      "command": "uvx",
      "args": [
        "phylokit-mcp"
      ],
      "env": {
        "OMP_NUM_THREADS": "<YOUR_OMP_NUM_THREADS>",
        "MKL_NUM_THREADS": "<YOUR_MKL_NUM_THREADS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "phylokit-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "phylokit-mcp"
      ],
      "env": {
        "OMP_NUM_THREADS": "<YOUR_OMP_NUM_THREADS>",
        "MKL_NUM_THREADS": "<YOUR_MKL_NUM_THREADS>"
      }
    }
  }
}
Claude Code
claude mcp add phylokit-mcp --env OMP_NUM_THREADS=<YOUR_OMP_NUM_THREADS> --env MKL_NUM_THREADS=<YOUR_MKL_NUM_THREADS> -- uvx phylokit-mcp

Related MCP servers

jobd

Active

Self-hostable GPU-aware job broker: submit, route by VRAM, babysit jobs across machines via MCP.

4
Python
MIT
View repository →

Plant genomics MCP — 50 tools across 23 backends with cross-source synthesis.

3
Python
MIT
View repository →

Find & fetch research datasets across 17 archives, omics registries, and literature sources.

2
Python
MIT
View repository →

ldraw-mcp

Active

Render LDraw/LEGO models to images with real part geometry via headless Blender + ImportLDraw

2
Python
MIT
View repository →

Breeding-scheme simulation via AlphaSimR. Needs R, AlphaSimR and libtirpc-dev on the host.

0
Python
GPL-3.0
View repository →

Plant phenotyping via PlantCV — returns traits plus the segmentation overlay they came from

0
Python
MIT
View repository →