bgpt-paper-search

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

BGPT Paper Search

BGPT论文搜索

Overview

概述

BGPT is a remote MCP server that searches a curated database of scientific papers built from raw experimental data extracted from full-text studies. Unlike traditional literature databases that return titles and abstracts, BGPT returns structured data from the actual paper content — methods, quantitative results, sample sizes, quality assessments, and 25+ metadata fields per paper.
BGPT是一个远程MCP服务器,用于搜索一个经过整理的科学论文数据库,该数据库由从全文研究中提取的原始实验数据构建而成。与仅返回标题和摘要的传统文献数据库不同,BGPT返回来自论文实际内容的结构化数据——每篇论文包含研究方法、量化结果、样本量、质量评估以及25个以上的元数据字段。

When to Use This Skill

何时使用该技能

Use this skill when:
  • Searching for scientific papers with specific experimental details
  • Conducting systematic or scoping literature reviews
  • Finding quantitative results, sample sizes, or effect sizes across studies
  • Comparing methodologies used in different studies
  • Looking for papers with quality scores or evidence grading
  • Needing structured data from full-text papers (not just abstracts)
  • Building evidence tables for meta-analyses or clinical guidelines
在以下场景中使用该技能:
  • 搜索包含特定实验细节的科学论文
  • 开展系统性或范围性文献综述
  • 查找不同研究中的量化结果、样本量或效应量
  • 比较不同研究中使用的研究方法
  • 寻找带有质量评分或证据分级的论文
  • 需要来自全文论文的结构化数据(而非仅摘要)
  • 为元分析或临床指南构建证据表格

Setup

设置

BGPT is a remote MCP server — no local installation required.
BGPT是远程MCP服务器——无需本地安装。

Claude Desktop / Claude Code

Claude Desktop / Claude Code

Add to your MCP configuration:
json
{
  "mcpServers": {
    "bgpt": {
      "command": "npx",
      "args": ["mcp-remote", "https://bgpt.pro/mcp/sse"]
    }
  }
}
将以下内容添加到你的MCP配置中:
json
{
  "mcpServers": {
    "bgpt": {
      "command": "npx",
      "args": ["mcp-remote", "https://bgpt.pro/mcp/sse"]
    }
  }
}

npm (alternative)

npm(替代方案)

bash
npx bgpt-mcp
bash
npx bgpt-mcp

Usage

使用方法

Once configured, use the
search_papers
tool provided by the BGPT MCP server:
Search for papers about: "CRISPR gene editing efficiency in human cells"
The server returns structured results including:
  • Title, authors, journal, year, DOI
  • Methods: Experimental techniques, models, protocols
  • Results: Key findings with quantitative data
  • Sample sizes: Number of subjects/samples
  • Quality scores: Study quality assessments
  • Conclusions: Author conclusions and implications
配置完成后,使用BGPT MCP服务器提供的
search_papers
工具:
Search for papers about: "CRISPR gene editing efficiency in human cells"
服务器返回的结构化结果包括:
  • 标题、作者、期刊、年份、DOI
  • 研究方法:实验技术、模型、实验方案
  • 研究结果:带有量化数据的关键发现
  • 样本量:受试者/样本数量
  • 质量评分:研究质量评估
  • 结论:作者的结论及意义

Pricing

定价

  • Free tier: 50 searches per network, no API key required
  • Paid: $0.01 per result with an API key from bgpt.pro/mcp
  • 免费层级:每个网络可进行50次搜索,无需API密钥
  • 付费层级:使用bgpt.pro/mcp获取的API密钥,每条结果收费0.01美元