Powered by arXiv

Research Papers MCP

Seamlessly search and analyze academic papers from arXiv through the Model Context Protocol

2M+ Papers Available
Real-time Search Results
MCP Protocol Support
Star on GitHub
Example Request
# Search for papers on quantum computing
POST /mcp
Content-Type: application/json

{
  "method": "tools/call",
  "params": {
    "name": "search_papers",
    "arguments": {
      "topic": "quantum computing",
      "max_results": 5
    }
  }
}

Quick Start

Get up and running with Research Papers MCP in minutes

claude_desktop_config.json
{
  "mcpServers": {
    "research-papers": {
      "command": "npx",
      "args": ["-y", "@saidiibrahim/research-papers-mcp"],
      "env": {}
    }
  }
}

API Endpoints

/sse
Server-Sent Events connection for real-time MCP streaming
/mcp
Streamable HTTP connection for MCP protocol

Available Tools

search_papers
Search for academic papers on arXiv and get complete information including abstracts, authors, and download links.
topic (string) - The topic to search for (e.g., 'machine learning', 'quantum computing')
max_results (number) - Maximum number of results to retrieve (1-20, default: 5)

Prompt Templates

generate_search_prompt
Generate a comprehensive prompt for searching and analyzing research papers on a specific topic.
topic (string) - The research topic to search for
num_papers (string) - Number of papers to retrieve (1-20, default: 5)

How to Connect

1

Configure Your Client

Add this server to your MCP-compatible client configuration

2

Choose an Endpoint

Connect via SSE for streaming or HTTP for standard requests

3

Start Searching

Use the tools to search and analyze academic papers instantly