Bohrium MCP Server
Click on "Install 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: PDF Indexer MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhengh96/bohrium-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server