ReferenceMCP
Enables searching for academic papers and retrieving metadata from PubMed, a database of biomedical literature.
Enables searching for academic papers and retrieving metadata, including citations and references, from Semantic Scholar.
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., "@ReferenceMCPFormat my saved papers as an APA bibliography"
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.
ReferenceMCP
Academic Reference Manager MCP server for Claude Desktop. Search papers, manage references, and format citations in 10,000+ styles.
Features
Search across Crossref, Semantic Scholar, OpenAlex, and PubMed
Save references to a local SQLite database
Organize with collections and tags
Format citations in APA, MLA, Chicago, IEEE, Harvard, and thousands more CSL styles
Export to BibTeX, RIS, or CSL-JSON
Related MCP server: McpDeepResearch
Installation
Using uv (Recommended)
git clone https://github.com/eduardofarina/ReferenceMCP.git
cd ReferenceMCP
uv syncUsing conda
conda env create -f environment.yml
conda activate reference-mcp
pip install -e .Configuration
Copy
.env.exampleto.env:cp .env.example .envEdit
.envwith your settings (all optional but recommended):CONTACT_EMAIL=your@email.comAdd the server to your MCP client config.
Claude Desktop (
%APPDATA%\Claude\claude_desktop_config.jsonon Windows):{ "mcpServers": { "reference-mcp": { "command": "uv", "args": [ "--directory", "<path-to-ReferenceMCP>", "run", "server.py" ] } } }Replace
<path-to-ReferenceMCP>with the full path to your clone (e.g.C:\Users\You\ReferenceMCPon Windows or/home/you/ReferenceMCPon Linux/macOS).Cursor (
.cursor/mcp.json): use the samecommandandargs, with your project path in--directory.
Available Tools
Search Tools
Tool | Description |
| Search across sources by query |
| Look up a paper by DOI |
| Get full metadata for a saved reference |
| Get papers that cite a given paper |
| Get papers cited by a given paper |
Library Management
Tool | Description |
| Save a paper by DOI |
| List saved references |
| Remove a reference |
| Create a collection |
| Add reference to collection |
| Add tags to a reference |
| List all collections |
| List all tags |
Citation Formatting
Tool | Description |
| Format a reference in a style |
| Format multiple references |
| List available styles |
| Set default citation style |
Export
Tool | Description |
| Export as BibTeX |
| Export as RIS |
| Export as CSL-JSON |
Example Usage
User: "Find papers about transformer architectures and save the top result"
Claude:
Searches with
search_papers(query="transformer architectures")Saves with
save_reference(doi="10.48550/arXiv.1706.03762")
User: "Format my saved papers as an APA bibliography"
Claude:
Lists with
list_references()Formats with
format_bibliography(reference_ids=[1,2,3], style="apa")
Testing
Test with MCP Inspector:
uv run mcp dev server.pyCitation Styles
Popular styles included:
APA (7th Edition)
MLA (9th Edition)
Chicago (Author-Date & Notes-Bibliography)
IEEE
Harvard
Vancouver
Nature, Science, Cell
And 10,000+ more from the CSL repository
Data Storage
References are stored in data/references.db (SQLite). Citation styles are cached in styles/.
License
MIT
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/eduardofarina/ReferenceMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server