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.
संबंधित सर्वर
Weather
Provides weather data using the US National Weather Service (NWS) API. Built with pure JavaScript ES Modules.
StarSinger MCP
MCP server for AI music catalog — search, stream, and browse 1M+ AI-generated tracks
Tavily Search
A search API tailored for LLMs, providing web search, RAG context generation, and Q&A capabilities through the Tavily API.
Minecraft Wiki MCP
A server for browsing and searching the official Minecraft Wiki.
Google Scholar
Search and access academic papers on Google Scholar.
ArXiv-MCP
Search and retrieve academic papers from arXiv based on keywords.
Perplexity
Interacting with Perplexity
Java Conferences MCP Server
Provides information about Java conferences worldwide by parsing data from the javaconferences.github.io repository.
Qdrant MCP Server
Semantic code search using the Qdrant vector database and OpenAI embeddings.
Sci-Hub MCP Server
Search and access academic papers from Sci-Hub by DOI, title, or keyword.