PluginBench
MCP Server
Active
MIT

BGPT - Scientific Paper Search MCP Server

io.github.connerlambden/bgpt-mcp

What is the BGPT - Scientific Paper Search MCP server?

Search scientific papers with structured experimental data from full-text studies

How to install BGPT - Scientific Paper Search

Copy-paste configuration for popular MCP clients.

transport: sse
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bgpt-mcp": {
      "url": "https://bgpt.pro/mcp/sse"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bgpt-mcp": {
      "serverUrl": "https://bgpt.pro/mcp/sse"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bgpt-mcp": {
      "type": "http",
      "url": "https://bgpt.pro/mcp/sse"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "bgpt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://bgpt.pro/mcp/sse"
      ]
    }
  }
}
Claude Code
claude mcp add --transport sse bgpt-mcp https://bgpt.pro/mcp/sse

Related MCP servers

Real-time news with bias scoring, live market data, and AI-powered options pricing

9
JavaScript
MIT
View repository →