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.
相關伺服器
Adzuna Job Search MCP
MCP server for Adzuna Job Search API - search jobs, analyze salaries, and research employers across 12 countries
Campertunity
Search campgrounds around the world on campertunity, check availability, and provide booking links.
tteg
Unsplash without registration. Search and save real stock photos with zero API keys.
ClinicalTrials.gov
Search and retrieve clinical trial data from the official ClinicalTrials.gov API.
Web Search MCP
Scrapes Google search results using a headless browser. Requires Chrome to be installed.
Wttr Weather
Fetches weather data from the wttr.in service.
wikipedia
A minimal MCP server for interacting with Wikipedia. It provides simple tools to search for articles and retrieve full content, making it easy for AI agents to access reliable, structured knowledge.
Japan postalcode MCP
An MCP server for searching Japanese postal codes.
Legal MCP Server
Court records, patent search, trademark lookup, and legal document research
searchcode.com — Code Intelligence for LLMs
Structured access to code analysis, search, and retrieval for any public git repository—purpose-built for large language models.