itis-mcp-server

knustx/itis-mcp-server
★ 0 stars TypeScript 📦 Other Updated today
MCP Server to interact with ITIS (Integrated Taxonomic Information System by USGS)
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "itis-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "knustx/itis-mcp-server"
      ]
    }
  }
}