PaperMCP
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., "@PaperMCPsearch for 'attention mechanism' in project NLP"
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.
PaperMCP
一个轻量、单机、多项目隔离、可被任意通用 Agent 通过 MCP 调用的 论文双路检索索引服务。
定位
每个用户/团队可创建多个 Project,每个 Project 独立数据源 + 独立索引 + 独立鉴权。
支持 PDF / Markdown / LaTeX / DOCX 四种格式,一次性上传,自动解析、切块、建索引。
双路检索:BM25(字面/术语/公式)+ bge-m3 稠密向量,用 RRF 融合, 再乘 文档权重 得到最终排序。
双入口:
MCP Server — 面向 Agent(Claude / CodeBuddy / ...),启动时绑定 project,长会话免密。
Admin HTTP Server — 面向人,含项目 CRUD、文档 CRUD、统计、审计、渲染查看。
Related MCP server: Hoard
架构
快速开始(v0.1 正在开发中)
# 1. 安装
pip install -e ".[dev]"
# 2. 配置
cp .env.example .env
# 编辑 .env,设置 INVITE_CODES / JWT_SECRET
# 3. 启动 Admin,创建首个项目
paper-mcp serve admin
# 浏览器打开 http://localhost:8765,用邀请码建项目
# 4. 挂到 Agent(示例:CodeBuddy MCP 配置)
# {
# "papermcp-<project>": {
# "command": "paper-mcp",
# "args": ["serve", "mcp", "--project", "<project-name>"],
# "env": {
# "PAPER_MCP_USERNAME": "...",
# "PAPER_MCP_PASSWORD": "..."
# }
# }
# }CLI 也提供短别名 pmcp,等价于 paper-mcp。
项目状态
架构文档冻结(v3)
v0.1 骨架代码
v0.1 后端完整实现(config / domain / infra / core / service / server / cli)
v0.1 端到端联调 + 打包
v0.2 管理端 UI + FAISS 增量重建
License
MIT
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ATFfang/PaperMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server