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キーがない場合、このサービスは429または409レスポンスを返すまで、1日あたり約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