Enables searching for research papers on arXiv, retrieving detailed metadata via arXiv IDs, and downloading and extracting full-text content from paper PDFs.
Allows for the retrieval of detailed research paper information and metadata using Digital Object Identifiers (DOIs).
Provides tools to look up detailed paper information, including AI-generated TL;DR summaries, using Semantic Scholar IDs.
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., "@Claude Desktop Research MCP ServerFind recent papers on Vision Language Models and summarize the most cited one"
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.
๐ฌ Claude Desktop Research MCP Server
Tools
Tool | ๊ธฐ๋ฅ |
| arXiv ํค์๋ ๊ฒ์ โ ๊ฒฐ๊ณผ๋ฅผ ์ต๊ทผ 1๋ /3๋ /5๋ ์ผ๋ก ๋ถ๋ฅํด ๋ฐํ |
| arXiv ID ยท DOI ยท Semantic Scholar ID๋ก ๋ ผ๋ฌธ ์์ธ ์กฐํ (TL;DR ํฌํจ) |
| arXiv PDF ๋ค์ด๋ก๋ ํ ์ ๋ฌธ ํ ์คํธ ์ถ์ถ |
| ๋ ผ๋ฌธ์ด ์ฐธ์กฐํ ์ ํ ์ฐ๊ตฌ๋ฅผ ์ธ์ฉ์ ๊ธฐ์ค์ผ๋ก ์ ๋ ฌ ๋ฐํ |
| ๋ ผ๋ฌธ์ ์ธ์ฉํ ํ์ ์ฐ๊ตฌ๋ฅผ ์ธ์ฉ์ ๊ธฐ์ค์ผ๋ก ์ ๋ ฌ ๋ฐํ |
์ฌ์ฉ ํ๋ฆ
"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 sync2. Claude Desktop ์ค์
claude_desktop_config.json:
{
"mcpServers": {
"research": {
"command": "uv",
"args": [
"run",
"--directory", "/path/to/research-mcp",
"server.py"
]
}
}
}This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.