Skip to main content
Glama
ChenchaoZhao

paper-search

by ChenchaoZhao

paper-search

用于学术论文搜索 MCP 和 Skills 的智能体工具

安装

你可以使用 uv 全局安装 paper-search CLI 和 MCP 服务器:

uv tool install paper-search

Related 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 密钥,该服务在返回 429409 响应之前,每天大约提供 100 个免费积分。

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    MCP server for the OpenAlex scholarly database, providing AI agents with tools to search and retrieve academic works, authors, and institutions via natural language queries.
    8
    MIT

View all related MCP servers

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

View all MCP Connectors

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/ChenchaoZhao/paper-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server