Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Arxiv Search Mcp

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

    4 stars
    TypeScript
    Updated Aug 8, 2025
    deno
    mcp
    mcp-server

    Table of Contents

    • Features
    • Development
    • Prerequisites
    • Setup
    • Running the Server
    • Integration with Claude Desktop
    • Usage
    • Example
    • Available Categories
    • License

    Table of Contents

    • Features
    • Development
    • Prerequisites
    • Setup
    • Running the Server
    • Integration with Claude Desktop
    • Usage
    • Example
    • Available Categories
    • License

    Documentation

    MseeP.ai Security Assessment Badge

    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:

    bash
    deno cache --reload src/main.ts

    Running the Server

    Development mode with file watching:

    bash
    deno task dev

    Build executable:

    bash
    deno task compile

    Integration with Claude Desktop

    Add the following configuration to your claude_desktop_config.json:

    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:

    typescript
    {
      "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:

    json
    {
      "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.

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • ME

      Metmuseum Mcp

      TypeScript·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • ME

      Metmuseum Mcp

      TypeScript·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k