Simple MCP server for searching arXiv
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arxiv_search_mcp-0.2.0.tar.gz.
File metadata
- Download URL: arxiv_search_mcp-0.2.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4951d62d70d80fbfa7e6263cee2d6d697126831ac29eb1397ef13c84326e5f28
|
|
| MD5 |
f9be67a1610196d78135b709cf6c2695
|
|
| BLAKE2b-256 |
f196ee7fbc824ec81dd1cd57a175f89d78e10baa54662a4c5a89b9f253da8d2f
|
File details
Details for the file arxiv_search_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: arxiv_search_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1a5b5d455045635d62e7f0abe1a8cb9f35978061a671e2b6ab35450cbdfd2b8
|
|
| MD5 |
0445c38f55da22bfaa71d57ade6b650e
|
|
| BLAKE2b-256 |
7c5da9df6d052a3414c7736ae4518fb003573f04ad018783af59a7156625ea4b
|