Bohrium MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bohrium MCP ServerFind papers about renewable energy storage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bohrium MCP Server
MCP server for Bohrium Open Platform — search academic papers, patents, parse PDFs, and manage knowledge bases through any MCP-compatible AI agent.
Features
Paper Search: Search English academic papers with keyword + semantic question matching
Patent Search: Search global patents with assignee and date filters
PDF Parsing: Submit PDFs for structured extraction (async with polling)
Knowledge Base: Create, list, and search within curated knowledge bases
Related MCP server: MinerU Document Explorer
Quick Start
1. Get API Key
Visit https://bohrium.dp.tech/settings/user to generate your access key.
2. Install
pip install "mcp>=1.0.0" "httpx>=0.27.0" "pydantic>=2.0.0"3. Run
ACCESS_KEY=your_key_here python server.py4. Configure with Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"bohrium": {
"command": "python",
"args": ["/path/to/bohrium_mcp_server/server.py"],
"env": {
"ACCESS_KEY": "your_bohrium_api_key"
}
}
}
}Available Tools
Tool | Description |
| Search academic papers by keywords + research question |
| Search global patents by keywords + question |
| Submit a PDF URL for structured parsing |
| Submit a local PDF file for parsing |
| Poll for PDF parsing result |
| List all knowledge bases |
| Create a new knowledge base |
| Search within a knowledge base |
Paper Search Example
# The agent calls:
bohrium_search_papers(
words=["EGFR", "inhibitor", "lung cancer"],
question="What are the latest EGFR targeted therapies for NSCLC?",
search_type=0, # 0=fast keyword, 1-4=enhanced with ranking
page_size=10,
area_ids=["11"], # 11=Medicine
)Returns formatted results with title, DOI, journal, date, and citation count.
API Notes
Base URL:
https://openapi.dp.tech/openapi/v1Auth: Header
accessKey: {your_key}typeparameter is integer (0-5), not stringwordsis array of strings, not a single stringquestionis required (despite docs saying optional)Paper search
datafield is a list, not{rows: [...]}
Environment Variables
Variable | Required | Description |
| Yes (or | Bohrium platform API key |
License
Apache 2.0
This server cannot be deployed
Maintenance
Related MCP Connectors
Knowledge base MCP for AI agents on iknow.dev. Search, read, and maintain via OAuth.
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to download, index, and semantically search PDF research papers using 8 MCP tools.2GPL 3.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to search, deep-read, and build knowledge bases from Markdown, PDF, DOCX, and PPTX documents via MCP tools for retrieval, document navigation, and ingestion.16631MIT
- AlicenseNot gradedqualityDmaintenanceEnables scientific literature research through multi-agent search, analysis, and semantic memory, exposing 9 MCP tools for querying, storing, and retrieving research findings.1MIT
- AlicenseAqualityBmaintenanceEnables searching arXiv and top AI conferences, finding related papers, generating research insights, and managing a personal library via MCP tools.551MIT