MCP Server to interact with ITIS (Integrated Taxonomic Information System by USGS)
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"
]
}
}
}
Run in terminal:
claude mcp add itis-mcp-server npx -y knustx/itis-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"itis-mcp-server": {
"command": "npx",
"args": [
"-y",
"knustx/itis-mcp-server"
]
}
}
}