Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Arxiv Mcp Server
  4. vs IlyaGusev Academia Mcp
Side-by-Side Model Context Protocol Comparison

Arxiv Mcp Server vs IlyaGusev Academia Mcp

In-depth architectural comparison of the Arxiv Mcp Server and IlyaGusev Academia Mcp MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Arxiv Mcp Server
Search & Data Extraction · Local stdio
Quality: 67/100 (Great) | Auth: No auth required
IlyaGusev Academia Mcp
Search & Data Extraction · Local stdio
Quality: 47/100 (Fair) | Auth: No auth required
Verdict Summary: Choose Arxiv Mcp Server if you need specialized Search & Data Extraction tools running via a local process. Choose IlyaGusev Academia Mcp if your workspace requires Search & Data Extraction integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Arxiv Mcp Server logo

Choose Arxiv Mcp Server when:

  • You need dedicated capabilities in the Search & Data Extraction domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: search_papers, get_abstract, download_paper.
Explore Arxiv Mcp Server Details
I

Choose IlyaGusev Academia Mcp when:

  • You need dedicated capabilities in the Search & Data Extraction domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: arxiv_search, arxiv_download, anthology_search.
Explore IlyaGusev Academia Mcp Details

Feature & Specification Comparison

Specification
Arxiv Mcp Server logo
Arxiv Mcp Server
blazickjp
Search & Data Extraction
I
IlyaGusev Academia Mcp
Search & Data Extraction
SummaryA Model Context Protocol server for searching and analyzing arXiv papersSearch arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accel…
Category & ScopeSearch & Data ExtractionSearch & Data Extraction

Tools & Capabilities Breakdown

Arxiv Mcp Server Tools (14)

search_papers
Search arXiv by query, category, date, and sort order
get_abstract
Fetch metadata and an abstract by arXiv ID
download_paper
Download and convert a paper to local Markdown
list_papers
List papers stored locally
read_paper
Read locally stored paper content
get_paper_latex
Retrieve bounded author-submitted LaTeX

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Arxiv Mcp Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "blazickjp-arxiv-mcp-server": {
      "command": "uvx",
      "args": [
        "arxiv-mcp-server"
      ]
    }
  }
}
IlyaGusev Academia Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "ilyagusev-academia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ilyagusev-academia-mcp"
      ]
    }
  }
}

Frequently Asked Questions

Arxiv Mcp Server is categorized under Search & Data Extraction and uses a local stdio subprocess. In contrast, IlyaGusev Academia Mcp belongs to Search & Data Extraction using local stdio subprocess. Select Arxiv Mcp Server when you need capabilities focused on search & data extraction and IlyaGusev Academia Mcp when you require tools for search & data extraction.

More alternatives to Arxiv Mcp ServerMore alternatives to IlyaGusev Academia McpSearch & Data Extraction category hub

Related MCP Server Comparisons

Popular comparisons with Arxiv Mcp Server

  • Mcp Simple Arxiv logoArxiv Mcp Server vs Mcp Simple Arxiv
  • Web Researcher Mcp logoArxiv Mcp Server vs Web Researcher Mcp
  • MCP SearXNG logoArxiv Mcp Server vs MCP SearXNG
  • Firecrawl Mcp Server logoArxiv Mcp Server vs Firecrawl Mcp Server

Popular comparisons with IlyaGusev Academia Mcp

Quality signal67/100 (Great)47/100 (Fair)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredNo auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env VarsNone requiredNone required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signaluvx · highnpx · low
Engagement & Health 3 views 0 copies 0 upvotes 3,037 stars 0 views 0 copies 0 upvotes 90 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Arxiv Mcp Server ListingView IlyaGusev Academia Mcp Listing
list_paper_latex_sections
Return a paginated LaTeX outline
get_paper_latex_section
Read one bounded LaTeX section
citation_graph
Fetch references and citing papers
export_citations
Export BibTeX for one or more arXiv IDs
watch_topic
Save or update an arXiv topic watch
check_alerts
Check saved watches for new papers
+2 more tools listed on main page

IlyaGusev Academia Mcp Tools (11)

arxiv_search
Query arXiv with field-specific queries and filters.
arxiv_download
Fetch a paper by ID and convert to structured text (HTML/PDF modes).
anthology_search
Search ACL Anthology with fielded queries and optional date filtering.
hf_datasets_search
Find Hugging Face datasets with filters and sorting.
s2_get_citations
List papers citing a given arXiv paper (Semantic Scholar Graph).
s2_get_references
List papers referenced by a given arXiv paper.
visit_webpage
Fetch and normalize a web page.
web_search
Unified search wrapper; available when at least one of Exa/Brave/Tavily keys is set.
compile_latex
Compile LaTeX to PDF in `WORKSPACE_DIR`.
read_pdf
Extract text per page from a PDF.
document_qa
Answer questions over provided document chunks (requires LLM).
  • Wigolo logoIlyaGusev Academia Mcp vs Wigolo
  • Trieve logoIlyaGusev Academia Mcp vs Trieve
  • Spectrawl logoIlyaGusev Academia Mcp vs Spectrawl
  • Mcp Simple Pubmed logoIlyaGusev Academia Mcp vs Mcp Simple Pubmed