itis mcp for Cursor
io.github.mrfentmen/itis-mcp
Keyless MCP server for ITIS taxonomy: scientific names, TSNs, hierarchy, common names.
client:Cursor
transport:stdio
runtime:npm
Install itis mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"itis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"itis-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs