ArXiv MCP ServerServer

blazickjp
GitHub
ResearchDataSearch

Loading subscription status...

💡 Description

The ArXiv MCP Server provides a bridge between AI assistants and arXiv's research repository through the Message Control Protocol (MCP). This allows AI models to search for papers, download, and read their content programmatically. It enhances engagement with scientific literature.

📝 JSON Entries

{
  "mcpServers": [
    {
      "arxiv-mcp-server": {
        "args": [
          "tool",
          "run",
          "arxiv-mcp-server",
          "--storage-path",
          "/path/to/paper/storage"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

search_papersdownload_paperlist_papersread_paper

Features

  • Paper search with date range and category filters
  • Download and read paper contents
  • List all downloaded papers
  • Local storage for faster access

💬 Example Queries

  • Search for papers on transformer architecture
  • Download paper with ID 2401.12345
  • List all downloaded papers
  • Read the content of paper with ID 2401.12345