MyArxivDB_MCP
Allows crawling metadata and PDFs from arXiv using the ArXiv API.
Stores papers and projects in a PostgreSQL database with pgvector for semantic search.
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., "@MyArxivDB_MCPcrawl arXiv paper 2401.12345"
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.
π§ Organizing Research Papers with MCP Server
This repository provides a MCP server to organize personal research papers using an MCP (Modular Command Platform) server and semantic search. The platform enables efficient paper retrieval, automatic project assignment, and assistance in writing literature review sections using LLMs.
This server is mainly designed for Claude Desktop but may also work well with other MCP clients.
This project was carried out as part of the term project for the BKMS1 course(@SNU GSDS).
β‘οΈ Quickstart
The following quickstart guide is based on an Apple Silicon MacBook.
Install uv
curl -LsSf https://astral.sh/uv/install.sh | shclone the repository
git clone https://github.com/Jongbin-kr/MyArxivDB_MCP.gitIntsall dependencies & activate the virtual environment
uv sync
source /.venv/bin/activateset up environment variables at
.envfile.
# .env
PINECONE_API_KEY = "YOUR PINECONE_API_KEY"
DB_NAME = "YOUR_DB_NAME"
DB_USER = "YOUR_DB_USERNAME"
DB_PASSWORD = "YOUR_DB_PASSWORD"
DB_HOST = "localhost"
DB_PORT = 4444Intsall MCP server at Claude Desktop
mcp install server.pyDone! The Claude desktop app will automatically detect the MCP server and you can start using i!
Related MCP server: arXiv MCP Server
π Motivation
Researchers frequently accumulate large numbers of papers but lack tools to systematically organize them by topic or project. BKMS aims to:
Automatically assign new papers to relevant projects using embeddings
Allow semantic search for project-specific literature
Assist in drafting sections like βRelated Workβ using LLMs
π οΈ Main functions
Our MCP server supports the following core capabilities:
Crawling metadata and PDFs from arXiv using ID or URL using ArXiv API
Embedding abstracts using Pinecone API(
llama-text-embed-v2)Storing papers and projects in a PostgreSQL + pgvector DB
Generating "Related Work" sections via LLM prompts
π₯ Workflow & Demo video
You can see our PPT and demo video in assets folder.
Brief overview of our project workflow and DB schema is as follows.

π¨βπ©βπ§βπ¦ Team
λ°μ°μ§
μμ’ λΉ
μ μμ€
This 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.
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/Jongbin-kr/MyArxivDB_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server