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.
Servidores relacionados
Claude Web Search
Provides web search functionality powered by the Claude API from Anthropic.
Local RAG
Performs a local RAG search on your query using live web search for context extraction.
IMDb MCP Server
Provides movie and TV show information using the IMDb API service.
Shodan
Query the Shodan API for network reconnaissance, DNS operations, vulnerability tracking, and device discovery.
Campertunity
Search campgrounds around the world on campertunity, check availability, and provide booking links.
Google Scholar
Search and access academic papers on Google Scholar.
Web Search
Perform Google searches and view web content with advanced bot detection avoidance.
SEC Filings and Earnings Call
The MCP server provides end-to-end workflows for SEC filings and earnings call transcripts—including ticker resolution, document retrieval, OCR, embedding, on-disk resource discovery, and semantic search—exposed via MCP and powered by the same olmOCR and embedding backends as the vLLM backends.
Movies Search Tool
A search tool for finding movies and TV shows from multiple video sources with link validation.
Google Search Console
Read-only MCP server for Google Search Console: search analytics, URL inspection, and sitemaps