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.
相關伺服器
TripGo
Find transport-related locations, departures, and routes using the TripGo API.
SerpApi
Retrieve parsed search engine results using the SerpApi API.
Whois MCP
Performs WHOIS lookups to retrieve domain registration details, including owner, registrar, and expiration dates.
Discourse MCP Server
Perform search operations on Discourse forums.
Research Task
An AI-powered research assistant that can investigate any topic using an interactive configuration wizard.
Baidu Search
Provides web search capabilities using the Baidu Search API, with features for content fetching and parsing.
RateMySupervisor MCP
Query supervisor evaluation data with fuzzy matching for Chinese and Pinyin names.
IACR ePrint Archive
Search and retrieve cryptographic research papers from the IACR Cryptology ePrint Archive.
RivalSearchMCP
Advanced MCP server for comprehensive web research, content discovery, and trends analysis. Features multi-engine search, intelligent content extraction, website traversal, and real-time data streaming.
Hacker News
Search for stories, get user information, and interact with Hacker News.