arxiv-mcp-server

arxiv-mcp-server

3.1

If you are the rightful owner of arxiv-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Yet another arxiv mcp server is a simple MCP server that utilizes the arxiv API to fetch the latest papers in specified categories, designed for easy use by LLMs.

Yet another arxiv mcp server

This is a simple mcp server that uses the arxiv API to get the latest papers in a given category. The API is kept as simple as possible, so that LLMs can easily use it.

Running the server

# Run the server directly
uvx --from git+https://github.com/hajifkd/arxiv-mcp-server arxiv-mcp-server

Test APIs

It seems that there's no way to easily do unit tests for mcp APIs. The best way to test them is to run the inspector and check the output.

uv pip install -e .
npx @modelcontextprotocol/inspector arxiv-mcp-server