BGPT MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http bgpt https://bgpt.pro/mcp/sse
README.md

Search scientific papers from Claude, Cursor, or any MCP-compatible AI tool.

BGPT MCP API

Search scientific papers from Claude, Cursor, or any MCP-compatible AI tool.

BGPT is a remote Model Context Protocol (MCP) server that gives AI assistants access to a database of scientific papers built from full-text studies. Unlike typical search tools that return titles and abstracts, BGPT extracts raw experimental data — methods, results, conclusions, quality scores, sample sizes, limitations, and 25+ metadata fields per paper.


Quick Start

Add BGPT to your MCP client — no API key required for the free tier (50 searches).

Option A: Remote Connection (Recommended)

Most modern MCP clients support direct remote connections. BGPT offers two transports:

Transport Endpoint
SSE https://bgpt.pro/mcp/sse
Streamable HTTP https://bgpt.pro/mcp/stream

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "bgpt": {
      "url": "https://bgpt.pro/mcp/sse"
    }
  }
}

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "bgpt": {
      "url": "https://bgpt.pro/mcp/sse"
    }
  }
}

Claude Code (CLI):

claude mcp add bgpt --transport sse https://bgpt.pro/mcp/sse

Cline / Roo Code / Windsurf — same config:

{
  "mcpServers": {
    "bgpt": {
      "url": "https://bgpt.pro/mcp/sse"
    }
  }
}

Tip: If your client supports Streamable HTTP, you can use https://bgpt.pro/mcp/stream instead.

Option B: Via npx (for clients that need a local command)

{
  "mcpServers": {
    "bgpt": {
      "command": "npx",
      "args": ["-y", "bgpt-mcp"]
    }
  }
}

Option C: Install globally

npm install -g bgpt-mcp

Then add to your MCP config:

{
  "mcpServers": {
    "bgpt": {
      "command": "bgpt-mcp"
    }
  }
}

Any MCP Client

Connect to either endpoint:

SSE:              https://bgpt.pro/mcp/sse
Streamable HTTP:  https://bgpt.pro/mcp/stream

That's it. No Docker, no build step.


What You Get

BGPT provides one tool: search_papers

Parameter Type Required Description
query string Yes Search terms (e.g. "CRISPR gene editing efficiency")
num_results integer No Number of results to return (1–100, default 10)
days_back integer No Only return papers published within the last N days
api_key string No Your Stripe subscription ID for paid access

What comes back

Each paper result includes 25+ fields, extracted from the full text:

  • Title & DOI — standard identifiers
  • Methods — experimental design, techniques used
  • Results — raw findings, measurements, statistical outcomes
  • Conclusions — what the authors determined
  • Quality scores — methodological rigor assessment
  • Sample sizes — participant/specimen counts
  • Limitations — acknowledged weaknesses
  • And more — funding, conflicts of interest, study type, etc.

Example

Ask your AI assistant:

"Search for recent papers on CAR-T cell therapy response rates"

BGPT returns structured experimental data your AI can reason over — not just a list of titles.


Pricing

Tier Cost Details
Free $0 50 searches, no API key needed
Pay-as-you-go $0.01/result Billed per result returned. Get an API key at bgpt.pro/mcp

How It Works

Your AI Assistant (Claude, Cursor, etc.)
        │
        │  MCP Protocol (SSE or Streamable HTTP)
        ▼
   BGPT MCP Server
   https://bgpt.pro/mcp/sse
   https://bgpt.pro/mcp/stream
        │
        │  search_papers(query, ...)
        ▼
   BGPT Paper Database
   (full-text extracted data)
        │
        ▼
   Structured Results
   (methods, results, quality scores, 25+ fields)

BGPT is a hosted remote server — your MCP client connects via SSE or Streamable HTTP. No local installation needed.


Use Cases

  • Literature reviews — Ask your AI to survey a topic with real experimental data
  • Evidence synthesis — Ground AI responses in actual study findings
  • Research assistance — Find papers by methodology, outcome, or recency
  • Fact-checking — Verify claims against published experimental results
  • Grant writing — Quickly gather supporting evidence for proposals

Configuration Reference

Server Details

Field Value
Protocol MCP (Model Context Protocol)
Transport SSE (Server-Sent Events) or Streamable HTTP
SSE Endpoint https://bgpt.pro/mcp/sse
Streamable HTTP Endpoint `https://bg

Tools (1)

search_papersSearch scientific papers and retrieve structured experimental data including methods, results, and conclusions.

Environment Variables

api_keyStripe subscription ID for paid access (optional)

Configuration

claude_desktop_config.json
{"mcpServers": {"bgpt": {"url": "https://bgpt.pro/mcp/sse"}}}

Try it

Search for recent papers on CAR-T cell therapy response rates.
Find studies regarding CRISPR gene editing efficiency with sample sizes over 50.
What are the latest findings on mRNA vaccine durability published in the last 30 days?
Compare the experimental methods used in recent papers about quantum computing error correction.

Frequently Asked Questions

What are the key features of BGPT?

Access to a database of scientific papers with full-text extracted data. Retrieves 25+ metadata fields including methods, results, and quality scores. Supports both SSE and Streamable HTTP transport protocols. Provides structured experimental data for AI reasoning. No local installation or build step required for remote connection.

What can I use BGPT for?

Conducting literature reviews with real experimental data. Grounding AI responses in actual study findings for evidence synthesis. Finding research papers filtered by specific methodology or outcome. Verifying scientific claims against published experimental results. Gathering supporting evidence for grant writing proposals.

How do I install BGPT?

Install BGPT by running: https://bgpt.pro/mcp/sse

What MCP clients work with BGPT?

BGPT works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep BGPT docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare