bgpt-paper-search

Featured

Search scientific papers and retrieve structured experimental data extracted from full-text studies via the BGPT MCP server. Returns 25+ fields per paper including methods, results, sample sizes, quality scores, and conclusions. Use for literature reviews, evidence synthesis, and finding experimental details not available in abstracts alone.

AI & Automation 726 stars 62 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
95
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# BGPT Paper Search ## 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. ## 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. ### Claude Desktop / Claude Code Add to your MCP configuration: ```json { "mcpServers": { "bgpt": { "command": "npx", "args": ["mcp-remote", "https://bgpt.pro/mcp/sse"] } } } ``` ### npm (alternative) ```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, yea...

Details

Author
LeonChaoX
Repository
LeonChaoX/qinyan-academic-skills
Created
5 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category