Cover image
Try Now
2025-04-07

MCP服务器提供了从arxiv.org搜索和获取纸的工具。

3 years

Works with Finder

1

Github Watches

1

Github Forks

2

Github Stars

arXiv Search MCP Server

An MCP server that provides tools to search and fetch papers from arXiv.org.

Features

  • Search papers by category
  • Get latest papers sorted by submission date
  • Formatted output with title, authors, summary, and link

Development

Prerequisites

  • Deno installed on your system
  • MCP compatible environment

Setup

  1. Clone the repository
  2. Install dependencies:
deno cache --reload src/main.ts

Running the Server

Development mode with file watching:

deno task dev

Build executable:

deno task compile

Integration with Claude Desktop

Add the following configuration to your claude_desktop_config.json:

{
  "mcpServers": {
    "arxiv-search-mcp": {
      "command": "/path/to/dir/arxiv-search-mcp/bin/arxiv-search-mcp"
    }
  }
}

Replace /path/to/dir with the actual path to your compiled binary.

Usage

Example usage screenshot: Sample usage with Claude

The server provides a tool named search_arxiv that accepts the following parameters:

{
  "category": string,    // arXiv category (e.g., cs.AI, cs.LG, astro-ph)
  "max_results": number  // Number of papers to fetch (1-100, default: 5)
}

Example

Request:

{
  "category": "cs.AI",
  "max_results": 5
}

This will return the 5 most recent papers from the Artificial Intelligence category.

Available Categories

Some popular arXiv categories:

  • cs.AI: Artificial Intelligence
  • cs.LG: Machine Learning
  • cs.CL: Computation and Language
  • cs.CV: Computer Vision
  • cs.NE: Neural and Evolutionary Computing
  • cs.RO: Robotics
  • astro-ph: Astrophysics
  • physics: Physics
  • math: Mathematics
  • q-bio: Quantitative Biology

For a complete list of categories, visit arXiv taxonomy.

License

This project is licensed under the MIT License - see the LICENSE file for details.

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • 林乔安妮
  • A fashion stylist GPT offering outfit suggestions for various scenarios.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • 1Panel-dev
  • 🔥1Panel提供了直观的Web接口和MCP服务器,用于在Linux服务器上管理网站,文件,容器,数据库和LLMS。

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

  • Mintplex-Labs
  • 带有内置抹布,AI代理,无代理构建器,MCP兼容性等的多合一桌面和Docker AI应用程序。

  • patruff
  • Ollama和MCP服务器之间的桥梁,使本地LLMS可以使用模型上下文协议工具

  • GeyserMC
  • 与Minecraft客户端/服务器通信的库。

    Reviews

    4 (1)
    Avatar
    user_NjfD46Vs
    2025-04-17

    As a dedicated user of arxiv-search-mcp, I am thoroughly impressed with its seamless functionality and user-friendly interface. Developed by danimal141, this tool makes searching arXiv papers incredibly efficient and convenient. The navigation is intuitive, and the overall experience is smooth. Highly recommended for researchers and academics!