ArXiv MCP Server
Related Servers
Alternatives to ArXiv MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to search and access arXiv papers through a Model Context Protocol interface, allowing for paper search, download, listing, and reading functionality.42Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA bridge between AI assistants and ArXiv's research repository that enables searching, downloading, and reading academic papers through the Message Control Protocol.1MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to search and access arXiv papers through MCP. Supports paper filtering, downloading, and local storage for efficient access.10Apache 2.0
- AlicenseAqualityCmaintenanceEnables AI assistants to search arXiv papers, retrieve metadata, browse categories, and read paper text.4MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to discover and manage arXiv papers by searching for papers, extracting metadata, and browsing saved collections, all within the conversation.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, download, and read arXiv papers, with automatic detection of open-source code repositories and support for both LaTeX and PDF content.MIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: download_paper fetches new papers, list_papers shows existing resources, read_paper accesses stored content, and search_papers finds papers on arXiv. There is no overlap in functionality, making tool selection straightforward for an agent.
All tool names follow a consistent verb_noun pattern with snake_case (e.g., download_paper, list_papers, read_paper, search_papers). The naming is predictable and readable, with no deviations in style or convention.
With 4 tools, the count is reasonable for an arXiv server, covering core operations like search, download, list, and read. It is slightly lean but well-scoped, as each tool serves a distinct and essential function without unnecessary bloat.
The toolset covers key workflows for arXiv interaction: searching, downloading, listing, and reading papers. Minor gaps exist, such as no update or delete operations for stored papers, but these are not critical for the domain, and agents can work effectively with the provided tools.