MCP Simple Arxiv MCP Server

An MCP server that provides access to arXiv papers through their API.

Remote serverstreamable-httpPython

What is the MCP Simple Arxiv MCP server?

Mcp simple arxiv mcp server connects MCP Simple Arxiv to AI assistants that speak the Model Context Protocol. An MCP server that provides access to arXiv papers through their API.

What MCP Simple Arxiv does

An MCP server that provides access to arXiv papers through their API.

Key capabilities

  • Search for scientific papers on arXiv by title and abstract content
  • Filter search results by submission date range
  • Control search result sorting (by submission date, update date, or relevance)
  • See total matching results count to gauge search specificity
  • Get paper metadata and abstracts
  • Retrieve full paper text as Markdown (converted from PDF)
  • Access links to available paper formats (PDF/HTML)
  • Browse and search arXiv subject categories

Installing the mcp simple arxiv mcp server

The server is distributed via npm as @smithery/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. MCP Simple Arxiv sits in that group. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This is a hosted server — you point your client at an endpoint rather than running a local process, so there is nothing to keep updated on your machine.
  • Maintained by andybrandt, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp simple arxiv mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the MCP Simple Arxiv MCP server

{
  "mcpServers": {
    "simple-arxiv": {
      "command": "python",
      "args": ["-m", "mcp_simple_arxiv"]
      }
  }
}

Configuration as documented by the project. Restart the client after saving.

Frequently asked questions

It connects MCP Simple Arxiv to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with MCP Simple Arxiv directly.