Skip to content
Cursor

phylokit-mcp for Cursor

io.github.musharna/phylokit-mcp

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

client:Cursor transport:stdio runtime:pypi

Install phylokit-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "phylokit-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "phylokit-mcp"
      ],
      "env": {
        "OMP_NUM_THREADS": "<OMP_NUM_THREADS>",
        "MKL_NUM_THREADS": "<MKL_NUM_THREADS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

phylokit-mcp in other clients