mcp-simple-arxiv

by andybrandt
MIT License
88
  • Apple

Integrations

  • Provides access to scientific papers on arXiv through their API, allowing users to search for papers by title and abstract content, retrieve paper metadata and abstracts, access links to available paper formats (PDF/HTML), and explore arXiv categories.

mcp-simple-arxiv

Ein MCP-Server, der über seine API Zugriff auf arXiv-Papiere bietet.

Merkmale

Dieser Server ermöglicht LLM-Clients (wie Claude Desktop):

  • Suche nach wissenschaftlichen Artikeln auf arXiv nach Titel und Abstract-Inhalt
  • Erhalten Sie Metadaten und Abstracts von Artikeln
  • Zugriff auf Links zu verfügbaren Papierformaten (PDF/HTML)

Der Server implementiert eine angemessene Ratenbegrenzung gemäß den API-Richtlinien von arXiv (max. 1 Anfrage alle 3 Sekunden).

Installation

Installation über Smithery

So installieren Sie Simple Arxiv für Claude Desktop automatisch über Smithery :

npx -y @smithery/cli install mcp-simple-arxiv --client claude

Manuelle Installation

pip install mcp-simple-arxiv

Verwendung mit Claude Desktop

Fügen Sie diese Konfiguration zu Ihrer claude_desktop_config.json hinzu:

(Mac OS)

{ "mcpServers": { "simple-arxiv": { "command": "python", "args": ["-m", "mcp_simple_arxiv"] } } }

(Windows-Version):

{ "mcpServers": { "simple-arxiv": { "command": "C:\\Users\\YOUR_USERNAME\\AppData\\Local\\Programs\\Python\\Python311\\python.exe", "args": [ "-m", "mcp_simple_arxiv" ] } } }

Nach dem Neustart von Claude Desktop stehen die folgenden Funktionen zur Verfügung:

Suche nach Dokumenten

Sie können Claude bitten, mit Abfragen wie diesen nach Dokumenten zu suchen:

Can you search arXiv for recent papers about large language models?

Die Suche gibt grundlegende Informationen zu passenden Dokumenten zurück, darunter:

  • Titel der Arbeit
  • Autoren
  • arXiv-ID
  • Veröffentlichungsdatum

Papierdetails abrufen

Sobald Sie einen Papierausweis haben, können Sie weitere Einzelheiten anfordern:

Can you show me the details for paper 2103.08220?

Dies gibt Folgendes zurück:

  • Vollständiger Titel des Artikels
  • Autoren
  • Veröffentlichungs- und Aktualisierungsdaten
  • Zeitschriftenreferenz (falls verfügbar)
  • Zusammenfassung
  • Links zu verfügbaren Formaten (PDF/HTML)

Entwicklung

So installieren Sie es für die Entwicklung:

git clone https://github.com/andybrandt/mcp-simple-arxiv cd mcp-simple-arxiv pip install -e .

arXiv API-Richtlinien

Dieser Server befolgt die Richtlinien zur Verwendung der arXiv-API:

  • Ratenbegrenzung auf maximal 1 Anfrage pro 3 Sekunden
  • Jeweils nur eine Verbindung
  • Richtige Fehlerbehandlung und Wiederholungslogik

Lizenz

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Ein MCP-Server, der über seine API Zugriff auf arXiv-Papiere bietet.

  1. Merkmale
    1. Installation
      1. Installation über Smithery
      2. Manuelle Installation
    2. Verwendung mit Claude Desktop
      1. Suche nach Dokumenten
      2. Papierdetails abrufen
    3. Entwicklung
      1. arXiv API-Richtlinien
    4. Lizenz

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An MCP server that provides access to PubMed articles through the Entrez API.
        Last updated -
        2
        76
        Python
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        The ArXiv MCP Server bridges the gap between AI models and academic research by providing a sophisticated interface to arXiv's extensive research repository. This server enables AI assistants to perform precise paper searches and access full paper content, enhancing their ability to engage with scientific literature.
        Last updated -
        4
        969
        Python
        Apache 2.0
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        Enables AI assistants to search and access arXiv research papers through a simple Message Control Protocol interface, allowing for paper search, download, listing, and reading capabilities.
        Last updated -
        4
        1
        Python
        Apache 2.0
      • -
        security
        A
        license
        -
        quality
        Enables AI assistants to search, download, and read arXiv research papers through a Message Control Protocol interface, with support for paper filtering and local storage.
        Last updated -
        Apache 2.0

      View all related MCP servers

      ID: p38q3nagwb