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