MCP.so
登录

MCP Research Server

@elie

关于 MCP Research Server

暂无概览

基本信息

分类

数据与分析

运行时

python

传输方式

stdio

发布者

elie

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-research-server": {
      "command": "uv",
      "args": [
        "run",
        "research_server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Research Server?

A FastMCP server for searching and extracting research papers from arXiv.

How to use MCP Research Server?

Run locally with uv run research_server.py or deploy on Render.io using the provided render.yaml, requirements.txt, and runtime.txt files.

Key features of MCP Research Server

  • Built on the FastMCP framework.
  • Searches and extracts papers from arXiv.
  • Deployable on Render.io.
  • Specifies Python 3.11.11 runtime.
  • Includes Render deployment configuration.

Use cases of MCP Research Server

  • Searching for research papers by query.
  • Extracting full text or metadata from arXiv papers.
  • Integrating paper lookups into automated research workflows.

FAQ from MCP Research Server

What Python version is required for deployment?

Python 3.11.11, as specified in runtime.txt.

How do I update project dependencies?

Regenerate requirements.txt by running uv pip compile pyproject.toml --no-emit-find-links > requirements.txt.

How do I run the server locally?

Use the command uv run research_server.py.

How do I deploy on Render.io?

Push code to GitHub, create a Web Service on Render, and connect the repository. Render automatically uses Python 3.11.11, installs from requirements.txt, and starts the server on the provided port.

评论

数据与分析 分类下的更多 MCP 服务器