Skip to content
Grok

itis mcp for Grok

io.github.mrfentmen/itis-mcp

Keyless MCP server for ITIS taxonomy: scientific names, TSNs, hierarchy, common names.

client:Grok transport:stdio runtime:npm

Install itis mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "itis-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "itis-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

itis mcp in other clients