MyArxivDB
БесплатноНе проверенOrganizes personal research papers by crawling arXiv metadata, embedding abstracts, storing in a PostgreSQL database, and generating Related Work sections using
Описание
Organizes personal research papers by crawling arXiv metadata, embedding abstracts, storing in a PostgreSQL database, and generating Related Work sections using LLMs.
README
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 | sh
- clone the repository
git clone https://github.com/Jongbin-kr/MyArxivDB_MCP.git
- Intsall dependencies & activate the virtual environment
uv sync
source /.venv/bin/activate
- set 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 = 4444
Intsall 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!
📌 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
- 박연진
- 원종빈
- 정예준
Установка MyArxivDB
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Jongbin-kr/MyArxivDB_MCPFAQ
MyArxivDB MCP бесплатный?
Да, MyArxivDB MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для MyArxivDB?
Нет, MyArxivDB работает без API-ключей и переменных окружения.
MyArxivDB — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить MyArxivDB в Claude Desktop, Claude Code или Cursor?
Открой MyArxivDB на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare MyArxivDB with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
