arXiv now has a MCP server
arXiv has a new MCP server that you can connect to your AI applications, agents, and workflows to search papers, analyze PDFs, explore codebases, and synthesize research insights. From their docs, below are the available tools in the MCP:
- Embedding similarity search
- Full-text papers search
- Agentic paper retrieval
- Get paper content
- Answer PDF queries
- Read files from paper's GitHub repo
I think, this can be important for researchers and engineers, as their AI agent will now have access to all relevant research papers. Earlier, agents could search for papers via search engines, but I guess that had lots of errors and sometimes even returned broken URLs. And that wouldn't be the case with the MCP server.
I installed this to Claude Code by running the following command:
claude mcp add --transport http alphaxiv https://api.alphaxiv.org/mcp/v1
And I had to authenticate by running the /mcp command inside Claude, that looked like the below screenshot:
And then it was working as expected.
I'm still exploring this, and will share more if I learn something noteworthy.
Webmentions