BGPT
Transforms full-text scientific papers into versioned records linking claims to experimental evidence for AI tools.
Overview
BGPT processes full-text scientific papers to create structured, versioned records that link individual claims to their supporting experiments, results, scope, limitations, and sources. It serves as an evidence layer for scientific AI applications, enabling precise retrieval of claim-level scientific evidence. This server is suitable for integrating detailed scientific evidence into AI agents or tools requiring validated research data.
Use cases
- Extract claim-level evidence from scientific papers
- Link experimental results to specific scientific claims
- Integrate scientific evidence into AI assistants
- Track versioned updates of scientific claims and data
Key features
- Processes full-text scientific papers
- Creates versioned records of claims and evidence
- Links claims to experiments, results, and limitations
- Supports integration with MCP tools like Claude and Cursor
Quick Install
One click to install into your editor, or copy the config below.
Install Config Generator
{
"mcpServers": {
"bgpt": {
"command": "npx",
"args": [
"-y",
"bgpt"
]
}
}
}๐ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"bgpt": {
"command": "npx",
"args": [
"-y",
"bgpt"
]
}
}
}Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
BGPT is a ๐ฌ Research MCP server listed on AllMCPs. Evidence layer for scientific AI. Turns full-text papers into versioned records linking claims to experiments, exact results, scope, limitations, and sources. Pull claim-level scientific evidence into Claude, Cursor, or any MCP tool.
We couldnโt automatically pull a README for this listing from GitHub, so the summary above comes from its listing details. To install it, use the one-click buttons or copy the config from the Quick Install section above, then open the source repository for full setup instructions, configuration options, and the tools it exposes over MCP.
Related MCP Servers
View all alternativesFrequently Asked Questions about BGPT
What is the BGPT MCP server used for?
Evidence layer for scientific AI. Turns full-text papers into versioned records linking claims to experiments, exact results, scope, limitations, and sources. Pull claim-level scientific evidence into Claude, Cursor, or any MCP tool.
How do I install BGPT in Claude Desktop or Cursor?
Copy the client configuration JSON snippet from the installation section above into your claude_desktop_config.json or .cursor/mcp.json file, then restart your AI application.
Is the BGPT MCP server free and safe to use?
Yes, BGPT is listed as a free Model Context Protocol server. Always review repository source code and permissions before granting local workspace access to AI agents.