Skip to main content
Glama
cholhwanjung

Claude Desktop Research MCP Server

by cholhwanjung

๐Ÿ”ฌ Claude Desktop Research MCP Server

Tools

Tool

๊ธฐ๋Šฅ

search_papers

arXiv ํ‚ค์›Œ๋“œ ๊ฒ€์ƒ‰ โ€” ๊ฒฐ๊ณผ๋ฅผ ์ตœ๊ทผ 1๋…„/3๋…„/5๋…„์œผ๋กœ ๋ถ„๋ฅ˜ํ•ด ๋ฐ˜ํ™˜

get_paper_by_id

arXiv ID ยท DOI ยท Semantic Scholar ID๋กœ ๋…ผ๋ฌธ ์ƒ์„ธ ์กฐํšŒ (TL;DR ํฌํ•จ)

read_paper

arXiv PDF ๋‹ค์šด๋กœ๋“œ ํ›„ ์ „๋ฌธ ํ…์ŠคํŠธ ์ถ”์ถœ

get_references_by_citations

๋…ผ๋ฌธ์ด ์ฐธ์กฐํ•œ ์„ ํ–‰ ์—ฐ๊ตฌ๋ฅผ ์ธ์šฉ์ˆ˜ ๊ธฐ์ค€์œผ๋กœ ์ •๋ ฌ ๋ฐ˜ํ™˜

get_citations_by_citations

๋…ผ๋ฌธ์„ ์ธ์šฉํ•œ ํ›„์† ์—ฐ๊ตฌ๋ฅผ ์ธ์šฉ์ˆ˜ ๊ธฐ์ค€์œผ๋กœ ์ •๋ ฌ ๋ฐ˜ํ™˜

์‚ฌ์šฉ ํ๋ฆ„

"VLM ์ตœ์‹  ๋…ผ๋ฌธ ์ฐพ์•„์ค˜"
  โ†’ search_papers("vision language model")

"2301.12597 ๋…ผ๋ฌธ ์ž์„ธํžˆ ์•Œ๋ ค์ค˜"
  โ†’ get_paper_by_id("2301.12597")

"์ด ๋…ผ๋ฌธ ์ „๋ฌธ ์ฝ์–ด์ค˜"
  โ†’ read_paper("2301.12597")

"์ด ๋…ผ๋ฌธ์„ ์ธ์šฉํ•œ ํ›„์† ์—ฐ๊ตฌ ๋ญ ์žˆ์–ด?"
  โ†’ get_citations_by_citations("2304.08485", top_k=10)

"์ด ๋…ผ๋ฌธ์ด ์ฐธ๊ณ ํ•œ ์„ ํ–‰ ์—ฐ๊ตฌ๋Š”?"
  โ†’ get_references_by_citations("2301.12597", top_k=20)

Setup

1. Clone & Install

git clone https://github.com/cholhwanjung/research-mcp
cd research-mcp
uv sync

2. Claude Desktop ์„ค์ •

claude_desktop_config.json:

{
  "mcpServers": {
    "research": {
      "command": "uv",
      "args": [
        "run",
        "--directory", "/path/to/research-mcp",
        "server.py"
      ]
    }
  }
}
-
security - not tested
F
license - not found
-
quality - not tested

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

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/cholhwanjung/research-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server