brapi-mcp-server
About
Collaborative BrAPI v2.1 MCP workspace — studies, germplasm, genotypes across Breedbase, T3, more.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BRAPI_DEFAULT_BASE_URL BRAPI_ENABLE_WRITES BRAPI_PAGE_SIZE MCP_LOG_LEVELClaude Code
claude mcp add --env BRAPI_DEFAULT_BASE_URL= --env BRAPI_ENABLE_WRITES= --env BRAPI_PAGE_SIZE= --env MCP_LOG_LEVEL= brapi-mcp-server -- npx @cyanheads/brapi-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"brapi-mcp-server","command":"npx","args":["@cyanheads/brapi-mcp-server"],"env":{"BRAPI_DEFAULT_BASE_URL":"","BRAPI_ENABLE_WRITES":"","BRAPI_PAGE_SIZE":"","MCP_LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"brapi-mcp-server": {
"command": "npx",
"args": [
"@cyanheads/brapi-mcp-server"
],
"env": {
"BRAPI_DEFAULT_BASE_URL": "",
"BRAPI_ENABLE_WRITES": "",
"BRAPI_PAGE_SIZE": "",
"MCP_LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.