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. πŸ”¬ Research
  3. Search Papers
S
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:13:12 AM

Search Papers

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

An MCP server to search papers from arXiv

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "search-papers": {
      "command": "npx",
      "args": [
        "-y",
        "search-papers"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ”¬ More in Research

Documentation Overview

Agents 🀝 arXiv Papers

Install MCP Server

Empower your agents to search, analyse, and explore academic papers from arXiv autonomouly.

Table of Contents

  • Agents 🀝 arXiv Papers
    • Table of Contents
    • To Do
    • Key Features
    • Getting Started
      • Cursor
      • Claude Code
      • Codex
    • Architecture
      • Search Papers MCP Features
    • Usage Examples
      • Advanced Searches
      • Paper Analysis
      • Research Insights
      • Export & Resources
    • Additional Resources
    • Contributing
    • License
    • Acknowledgments

To Do

  • Publish to the MCP registry
  • Try Cloudflare's experimental Code Mode

Key Features

  • Advanced multi-field search with date ranges and sorting options
  • Author-specific searches with affiliation tracking
  • Category browsing for all ArXiv subject areas
  • Version tracking to see how papers evolved
  • Citation extraction from abstracts and metadata
  • Related paper discovery based on content similarity
  • Bibliography export in BibTeX and JSON formats

Getting Started

Cursor

Install MCP Server

config.json
{
  "search-papers": {
    "command": "npx",
    "args": ["mcp-remote", "https://search-papers.com/sse"]
  }
}

Claude Code

Terminal
claude mcp add --transport sse cloudflare-docs -s project https://search-papers.com/sse
config.json
{
  "search-papers": {
    "type": "sse",
    "url": "https://search-papers.com/sse"
  }
}

Codex

toml
[mcp_servers.search-papers]
command = "npx"
args = ["https://search-papers.com/sse"]

Architecture

Search Papers MCP Features

Search & Discovery Tools:

  • advanced_search - Multi-field search with date ranges and sorting
  • search_by_author - Find all papers by specific authors
  • search_by_category - Browse papers in ArXiv categories
  • search_by_date_range - Find papers within time periods

Paper Analysis Tools:

  • get_paper_by_id - Retrieve complete paper information
  • get_paper_versions - Track all versions of a paper
  • get_citations - Extract ArXiv citations from papers
  • get_related_papers - Discover similar papers

Export & Bibliography:

  • export_bibliography - Export in BibTeX or JSON format

AI-Powered Prompts:

  • literature_review - Generate comprehensive literature reviews
  • research_gaps - Identify research gaps and opportunities
  • paper_comparison - Compare multiple papers
  • trend_analysis - Analyze research trends over time

Resources:

  • categories://list - Browse all ArXiv categories
  • trending://{category}/{days} - Get trending papers

Usage Examples

Advanced Searches

Code
"Find papers on transformer architectures by Vaswani published after 2023"
"Search for quantum computing papers in the last month"
"Show me all papers by Geoffrey Hinton with their affiliations"

Paper Analysis

Code
"Get all versions of paper 2401.12345 and show how it evolved"
"Extract citations from paper 2401.12345"
"Find papers related to arXiv:2301.00001"

Research Insights

Code
"Generate a literature review on vision transformers focusing on architecture innovations"
"Identify research gaps in federated learning over the last 2 years"
"Compare papers 2401.12345, 2401.67890, and 2401.11111 on methodology"
"Analyze trends in large language models research over 5 years"

Export & Resources

Code
"Export these 5 papers in BibTeX format for my thesis"
"Show trending AI papers from the last week"
"List all computer science categories in ArXiv"

Additional Resources

  • Model Context Protocol Documentation
  • ArXiv API Documentation
  • Cloudflare Workers Guide
  • MCP TypeScript SDK

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This repository is licensed under the Apache-2.0 License

Acknowledgments

Built with ❀️ by Ibrahim Saidi and AI agents.

Related MCP Servers

View all in Research View all alternatives
  • Adamamer20 Paper Search Mcp Openai logoAdamamer20 Paper Search Mcp Openai

    Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…

    πŸ”¬ Research0 views
    Compare vs Adamamer20 Paper Search Mcp Openai β†’
  • A
    Academic Research Mcp Server

    Search arXiv, Google Scholar, and Wikipedia for academic papers and knowledge

    πŸ”¬ Research0 views
    Compare vs Academic Research Mcp Server β†’
  • A
    Arxivsub Mcp

    Search arXiv and major AI/ML/CV/NLP/robotics conference papers and their related work.

    πŸ”¬ Research0 views
    Compare vs Arxivsub Mcp β†’
  • A
    Academic Research Mcp Server

    ArXiv preprints + Google Scholar papers, with citation counts in one query.

    πŸ”¬ Research0 views
    Compare vs Academic Research Mcp Server β†’

Frequently Asked Questions about Search Papers

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "search-papers": { "command": "npx", "args": ["-y", "search-papers"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSearch Papers AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/search-papers?style=directory)](https://allmcps.com/mcp/search-papers)
HTML Embed
<a href="https://allmcps.com/mcp/search-papers"><img src="https://allmcps.com/api/badge/search-papers?style=directory" alt="Search Papers on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”¬Research
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
24Quality signal: Emerging Β· 24/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools9/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”¬ Research β†’Best MCP servers for Research β†’Alternatives to Search Papers β†’Install in Claude DesktopInstall in CursorInstall in VS Code