paper_research-mcp
Provides tools to search PubMed for papers by keyword and year range, retrieve paper details by PMID, and summarize abstracts.
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., "@paper_research-mcp2024년에 발표된 'Alzheimer' 관련 논문 검색해줘"
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.
My Paper Research MCP
A personal MCP server that searches and retrieves papers from PubMed and summarizes/interprets them with Claude.
Features
search_papers— Search PubMed by keyword (+year range). Since these are actual PubMed results, every paper shown is real.get_paper_detail— Retrieve the full abstract by PMIDsummarize_paper— Summarize and interpret the abstract of a PMID in Korean (Purpose/Methods/Results/Clinical significance)
Related MCP server: PubMed MCP Server
Setup Steps (4 steps in the photo)
1. What to build — Done
This code is the result.
2. Prepare free accounts
GitHub account (https://github.com) — sign up for free if you don't have one
Vercel account (https://vercel.com) — you can sign up right away with your GitHub account
(To use the summary feature) Get an API key from Anthropic Console: https://console.anthropic.com
The PubMed search/retrieval features (search_papers, get_paper_detail) work for free without an API key.
3. Upload the code and connect to Vercel
cd paper-research-mcp
git init
git add .
git commit -m "init"
gh repo create paper-research-mcp --public --source=. --push
# (gh CLI 없으면 GitHub 웹에서 새 저장소 만들고 git remote add origin ... 후 git push)Then go to vercel.com → "Add New Project" → select the GitHub repository you just created → Deploy.
Set environment variables (Vercel project → Settings → Environment Variables):
ANTHROPIC_API_KEY= the key you obtained (required to use summarize_paper)
4. Connect the deployed URL to the connector
After deployment, append /api/mcp to the URL that appears.
Example: https://paper-research-mcp-xxxx.vercel.app/api/mcp
Register this URL in the connector (MCP) settings screen of the Claude app/desktop and you're ready to use it.
Test locally
npm install
npm run dev
# http://localhost:3000/api/mcpThis 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.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables search and retrieval of academic papers from PubMed database with advanced features like MeSH term lookup, publication statistics, and PICO-based evidence search.5
- FlicenseAqualityDmaintenanceEnables searching and retrieving detailed information from PubMed articles using the NCBI Entrez API. Supports configurable search parameters including title/abstract filtering and keyword expansion to find relevant scientific publications.1
- AlicenseBqualityDmaintenanceEnables AI assistants to search and retrieve biomedical research articles from PubMed's database of over 35 million citations, including metadata, abstracts, MeSH terms, and full-text PDFs when available.11MIT
- FlicenseNot gradedqualityDmaintenanceProvides seamless access to over 35 million PubMed scientific articles through natural language queries for research discovery and analysis. It enables tools for advanced searches, retrieving article details, and exploring related research within the life sciences and biomedical fields.12
Related MCP Connectors
Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.
Search PubMed with precision using keyword and journal filters and smart sorting. Uncover MeSH ter…
PubMed MCP — wraps the NCBI E-utilities API (biomedical literature, free, no auth)
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/danikim-blip/paper_research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server