arXiv Search
A server for searching academic papers and preprints on arXiv.org.
arxiv-search-mcp
An MCP server for searching arXiv.
Installation
Install the package directly with PyPI.
pip install arxiv-search-mcp
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.
python -m arxiv_search_mcp
To run the server using the MCP inspector, execute the following command.
uv run mcp dev arxiv_search_mcp/mcp_server.py
To include the server in your agent config, ensure it's installed in the agent's virtualenv and then add this to your config.
{
"mcpServers": {
"arxiv": {
"command": "python",
"args": ["-m", "arxiv_mcp"]
}
}
}
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.
Related Servers
MCP-NixOS
A server for searching NixOS, Home Manager, and nix-darwin resources.
Local RAG
Privacy-first local RAG server for semantic document search without external APIs
Google PSE/CSE
A Model Context Protocol (MCP) server providing access to Google Programmable Search Engine (PSE) and Custom Search Engine (CSE).
Airbnb
Search for Airbnb listings and retrieve their details.
Perplexity
Intelligent search, reasoning, and research capabilities powered by Perplexity's AI models.
Hacker News
Search for stories, get user information, and interact with Hacker News.
MTG MCP Servers
Magic: The Gathering (MTG) servers for deck management and card search using the MCP protocol.
Higress AI-Search MCP Server
Provides an AI search tool to enhance AI model responses with real-time search results from various search engines using the Higress ai-search feature.
Bocha
A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.
302AI Web Search
A web search server powered by the 302.AI API.