paper-search
paper-search
用于学术论文搜索 MCP 和 Skills 的智能体工具
安装
你可以使用 uv 全局安装 paper-search CLI 和 MCP 服务器:
uv tool install paper-searchRelated MCP server: mcp-openalex
配置
凭据和可选的联系邮箱从 ~/.config/paper-search/config.toml 读取。将 config.toml.example 复制到该位置,并替换占位值。[api] 中的值是可选的;缺失或为空的值会使相应的源保持无密钥状态。
智能体集成
要将 paper-search 用作 MCP 服务器,请将其添加到你的智能体 MCP 配置中:
{
"mcpServers": {
"paper-search": {
"command": "paper-search-mcp"
}
}
}或者使用 uvx(无需预先安装):
{
"mcpServers": {
"paper-search": {
"command": "uvx",
"args": ["--from", "paper-search", "paper-search-mcp"]
}
}
}用法
OpenAlex 于 2026 年 2 月停用了其 mailto 礼貌池。如果没有 OpenAlex 密钥,该服务在返回 429 或 409 响应之前,每天大约提供 100 个免费积分。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API keys required.53MIT
- AlicenseAqualityDmaintenanceMCP server for the OpenAlex scholarly database, providing AI agents with tools to search and retrieve academic works, authors, and institutions via natural language queries.8MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for academic research using the OpenAlex API, enabling article search, details retrieval, and author profile lookup.
- AlicenseNot gradedqualityDmaintenanceAn MCP server for academic research combining local document search with Semantic Scholar API integration.MIT
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
Agentic search over your Dewey document collections from any MCP-compatible client.
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
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/ChenchaoZhao/paper-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server