Skip to main content
Glama
danikim-blip

paper_research-mcp

by danikim-blip

我的专属论文研究 MCP

这是一个通过 PubMed 搜索、查看论文,并用 Claude 进行摘要和解读的个人 MCP 服务器。

功能

  • search_papers — 按关键词(+年份范围)搜索 PubMed。由于是真实的 PubMed 结果,列出的论文都是真实存在的。

  • get_paper_detail — 通过 PMID 查看摘要原文

  • summarize_paper — 将 PMID 的摘要用韩语进行摘要和解读(目的/方法/结果/临床意义)

Related MCP server: PubMed MCP Server

设置步骤(图中的 4 个步骤)

1. 要做什么 — 已完成

这段代码就是其结果。

2. 准备免费账户

  • GitHub 账户 (https://github.com) — 没有的话免费注册

  • Vercel 账户 (https://vercel.com) — 可以直接用 GitHub 账户注册

  • (要使用摘要功能)在 Anthropic Console 获取 API 密钥:https://console.anthropic.com

    • PubMed 搜索/查看功能(search_papers、get_paper_detail)无需 API 密钥也可免费使用。

3. 上传代码并连接到 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)

然后 vercel.com → "Add New Project" → 选择刚创建的 GitHub 仓库 → Deploy。

环境变量设置(Vercel 项目 → Settings → Environment Variables):

  • ANTHROPIC_API_KEY = 获取到的密钥(使用 summarize_paper 时必填)

4. 将部署好的 URL 连接到连接器

部署完成后,在出现的 URL 后面加上 /api/mcp。 例如:https://paper-research-mcp-xxxx.vercel.app/api/mcp

将此 URL 注册到 Claude 应用/桌面版的连接器(MCP)设置界面,即可立即使用。

本地测试

npm install
npm run dev
# http://localhost:3000/api/mcp
F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    A
    quality
    D
    maintenance
    Enables 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
  • A
    license
    B
    quality
    D
    maintenance
    Enables 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.
    1
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides 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

View all related MCP servers

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)

View all MCP Connectors

Latest Blog Posts

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