Allows searching for scientific papers on arXiv and retrieving detailed information about specific papers.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@arXiv Search MCPsearch for the latest research papers on large language models"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
arxiv-search-mcp
An MCP server for searching arXiv.
Installation
Install the package directly with PyPI.
Once installed in your agent's environment, you can load it with the settings in
sample_settings.json.
Usage
Once installed, you can run the server module directly.
To run the server using the MCP inspector, execute the following command.
To include the server in your agent config, ensure it's installed in the agent's virtualenv and then add this to your config.
Tools
The following tools are available:
search_papers
Search for papers on arXiv.
Parameters:
query(str): The search query.max_results(int, optional): The maximum number of results to return. Defaults to 10.
get_paper
Get detailed information about a specific paper.
Parameters:
paper_id(str): The ID of the paper to retrieve.