arxiv-search-mcp
MCP server for searching the arXiv API.
Documentation
arxiv-search-mcp
An MCP server for searching arXiv.
Installation
Install the package directly with PyPI.
pip install arxiv-search-mcpOnce installed in your agent's environment, you can load it with the settings in
Usage
Once installed, you can run the server module directly.
python -m arxiv_search_mcpTo run the server using the MCP inspector, execute the following command.
uv run mcp dev arxiv_search_mcp/mcp_server.pyTo 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.
Frequently asked questions
What is arxiv-search-mcp?
arxiv-search-mcp is MCP server for searching the arXiv API.
How do I install arxiv-search-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is arxiv-search-mcp open source?
Yes — it is hosted on GitHub at https://github.com/markmcd/arxiv-search-mcp and has 3 stars.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP