MCP.so
登录

Yet another arxiv mcp server

@hajifkd

关于 Yet another arxiv mcp server

暂无概览

基本信息

分类

数据与分析

许可证

MIT

运行时

python

传输方式

stdio

发布者

hajifkd

配置

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

{
  "mcpServers": {
    "arxiv-mcp-server-hajifkd": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/hajifkd/arxiv-mcp-server",
        "arxiv-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Yet another arxiv MCP server?

Yet another arxiv MCP server is a simple MCP server that uses the arXiv API to fetch the latest papers in a given category, designed to be easily usable by LLMs.

How to use Yet another arxiv MCP server?

Run the server directly with uvx --from git+https://github.com/hajifkd/arxiv-mcp-server arxiv-mcp-server. For testing, use the MCP inspector: uv run npx @modelcontextprotocol/inspector arxiv-mcp-server.

Key features of Yet another arxiv MCP server

  • Uses the arXiv API to fetch the latest papers in a given category.
  • Simple API kept as minimal as possible for LLM consumption.
  • Can be run directly from GitHub via uvx.

Use cases of Yet another arxiv MCP server

FAQ from Yet another arxiv MCP server

评论

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