BGPT - Scientific Paper Search
Rank #3,735io.github.connerlambden/bgpt-mcp
Search scientific papers with structured experimental data from full-text studies
BGPT - Scientific Paper Search is a Model Context Protocol (MCP) server published by connerlambden. It ranks #3,735 of 115,591 servers tracked on MCP Toplist, and its repository has 42 GitHub stars. BGPT - Scientific Paper Search is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Apr 5, 2026.
Ranks ahead of 111,856 of 115,591 servers on MCP Toplist.
Use BGPT - Scientific Paper Search
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http bgpt-mcp https://bgpt.pro/mcp/streamclaude mcp add --transport http bgpt-mcp https://bgpt.pro/mcp/sse[mcp_servers.bgpt-mcp]
url = "https://bgpt.pro/mcp/stream"Add to ~/.codex/config.toml.
[mcp_servers.bgpt-mcp]
url = "https://bgpt.pro/mcp/sse"Add to ~/.codex/config.toml.
https://bgpt.pro/mcp/streamSettings → Connectors → “Add custom connector”, then paste this URL.
https://bgpt.pro/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"bgpt-mcp": {
"url": "https://bgpt.pro/mcp/stream"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"bgpt-mcp": {
"url": "https://bgpt.pro/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"bgpt-mcp": {
"type": "http",
"url": "https://bgpt.pro/mcp/stream"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"bgpt-mcp": {
"type": "http",
"url": "https://bgpt.pro/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"bgpt-mcp": {
"serverUrl": "https://bgpt.pro/mcp/stream"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bgpt-mcp": {
"serverUrl": "https://bgpt.pro/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bgpt-mcp": {
"url": "https://bgpt.pro/mcp/stream"
}
}
}{
"mcpServers": {
"bgpt-mcp": {
"url": "https://bgpt.pro/mcp/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.connerlambden%2Fbgpt-mcp)<a href="https://mcptoplist.com/server/io.github.connerlambden%2Fbgpt-mcp"><img src="https://mcptoplist.com/badge/io.github.connerlambden%2Fbgpt-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
connerlambden
Other servers by connerlambden
View all connerlambden servers →Available versions (4)
| Version | Published |
|---|---|
| 1.1.0 | Apr 5, 2026 |
| 1.0.1 | Feb 24, 2026 |
| 1.0.0 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains BGPT - Scientific Paper Search?
- BGPT - Scientific Paper Search is maintained by connerlambden, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is BGPT - Scientific Paper Search listed on the Official MCP Registry?
- Yes — BGPT - Scientific Paper Search is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does BGPT - Scientific Paper Search have?
- MCP Toplist tracks 4 versions of BGPT - Scientific Paper Search, most recently published on Apr 5, 2026.
- Where can I find the source code for BGPT - Scientific Paper Search?
- The source code for BGPT - Scientific Paper Search is hosted at github.com/connerlambden/bgpt-mcp.