Back to MCP directory
publicPublicdnsLocal runtime

PaperSearch (arXiv)

一个配置Claude桌面客户端的MCP服务器项目

article

README

🚀 项目配置说明

此文档展示了项目中 mcpServerspapersearch 服务的配置信息,包含启动命令及参数。

🚀 快速开始

启动 papersearch 服务

要启动 papersearch 服务,可使用以下命令:

/path/to/uv --directory /path/to/papersearch run papersearch

上述命令中:

  • /path/to/uv 为可执行文件的路径。
  • --directory /path/to/papersearch 指定了运行服务的目录。
  • run papersearch 表示执行 papersearch 服务。

请根据实际情况替换 /path/to/uv/path/to/papersearch 为正确的路径。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client