BioCite-MCP
Allows adding verified papers to a Zotero library via the Web API.
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., "@BioCite-MCPFind recent papers on CRISPR gene therapy."
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.
BioCite-MCP 🧬
BioCite-MCP is an advanced Model Context Protocol (MCP) server that acts as a real-time bridge between LLMs and academic literature databases (Europe PMC & Crossref). It eliminates citation hallucinations by forcing AI models to retrieve verified, peer-reviewed paper metadata and real DOIs directly within their workflow.
🌟 Key Features
🔍 Literature Discovery
search_literature: Query Europe PMC for real biological papers. Returns structured metadata including DOIs and abstracts.find_related_papers: Discovers semantically related research using Europe PMC's Recommendations engine with an automated Citations/References fallback.
📝 Citation & Formatting
resolve_citation: Converts any DOI into publication-ready citation strings (APA or Nature style).export_bibtex: Retrieves professional BibTeX entries directly via Crossref content negotiation.
🛡️ Manuscript Auditing & Support
audit_manuscript: Scans your text for DOIs to verify them and flags potential citations that lack DOIs.summarize_paper: Fetches abstracts and prepares high-quality summarization prompts optimized for LLMs like Claude.check_duplicate_citations: Uses fuzzy matching (rapidfuzz) to identify and group duplicate research in your lists.
📚 Integration
push_to_zotero: Seamlessly add verified papers to your Zotero library via the Web API.
Related MCP server: mcp-pubmed-server
🚀 Installation
pip install biocite-mcpNote: For development, use pip install -e . in the repository root.
🔧 Configuration
Add biocite-mcp to your MCP host configuration (e.g., claude_desktop_config.json):
{
"mcpServers": {
"biocite-mcp": {
"command": "python",
"args": ["-m", "biocite_mcp"]
}
}
}🛠️ Usage Examples
Search: "Find recent papers about DREB2A drought stress in tomato."
Resolve: "Format the citation for DOI 10.1093/jxb/erx393 in Nature style."
Analyze: "Audit this manuscript draft for citation accuracy: [Your Text Here]" (Pro-tip: Use Claude's Filesystem MCP to read your manuscript file and pipe the content directly into this tool!)
Export: "Give me the BibTeX for 10.1111/j.1365-313X.2006.02701.x"
📜 License
This project is licensed under the MIT License - see the LICENSE file for details.
Developed by ZaEyAsa — Your Advanced Agentic Bio-Citation Assistant.
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
- 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/muslus/biocite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server