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.
Related MCP Servers
- AlicenseAqualityDmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.39MIT
- Alicense-qualityDmaintenanceLocal MCP server for indexing personal knowledge into SQLite with hybrid search, chunk-level citations, memory tools, and agent orchestration.4MIT
- AlicenseAqualityBmaintenanceMulti-source academic paper search, citation graph exploration, and PDF download as an MCP server, designed for LLM agents doing research.101MIT
- AlicenseAqualityCmaintenanceA local-first document retrieval MCP server that enables AI coding tools like Codex to search private local documents via semantic search and keyword boost, supporting ingestion of PDF, DOCX, TXT, Markdown, and HTML files.7MIT
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Agentic search over your Dewey document collections from any MCP-compatible client.
Academic research MCP server for paper search, citation checks, graphs, and deep research.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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