Biomedical MCP server: genes, variants, trials, literature, patents, optional SQL/R/biowasm tools.
claude mcp add biomcp-ts -- npx -y biomcp
claude_desktop_config.json
{
"mcpServers": {
"biomcp-ts": {
"command": "npx",
"args": [
"-y",
"biomcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"biomcp-ts": {
"command": "npx",
"args": [
"-y",
"biomcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"biomcp-ts": {
"command": "npx",
"args": [
"-y",
"biomcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"biomcp-ts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"biomcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"biomcp-ts": {
"command": "npx",
"args": [
"-y",
"biomcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.yeyuan98--biomcp-ts/reviews or the review_server meta-tool.
POST /mcp