@connerlambden2mo ago
Still active — happy to make any changes needed for merge.
Adds BGPT MCP to the Data & Analysis section.
BGPT is a remote MCP server for searching scientific papers that returns structured experimental data from full-text studies — methods, results, sample sizes, quality scores, and 25+ metadata fields per paper. Free tier with 50 searches, no API key needed.
Setup is one line in your MCP config:
{
"mcpServers": {
"bgpt": {
"command": "npx",
"args": ["mcp-remote", "https://bgpt.pro/mcp/sse"]
}
}
}
Listed in the Official MCP Registry.
Still active — happy to make any changes needed for merge.
Still active — looking forward to review.