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.
관련 서버
grep.app Code Search
Search code across millions of public GitHub repositories using the grep.app API.
MCP Servers Search
Search and discover available MCP servers from the official repository.
ReActMCP Web Search
A web search server that integrates with the Exa API to perform basic and advanced searches.
Shoogle
Connect Shoogle to Cursor and search shadcn blocks directly from your IDE.
招投标大数据服务
Query comprehensive enterprise information from e-commerce platforms, including store details, sales data, and product statistics.
12306-mcp
Search for train tickets on 12306, the official China Railway website.
IP2Location.io
IP2Location.io API integration to retrieve the geolocation information for an IP address.
Google Images Search
Search for Google images, view results, and download them directly within your IDE.
DNDzgz
Get real-time public transport information for Zaragoza using the DNDzgz API.
Tavily Search
Perform web searches using the Tavily Search API.