📦
Fastmcp Arxiv
No description available
0 installs
Trust: 30 — Low
Docs
Ask AI about Fastmcp Arxiv
Powered by Claude · Grounded in docs
I know everything about Fastmcp Arxiv. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Research Paper MCP Server
An MCP server for searching and retrieving research papers from arXiv.
Setup
Clone the repository and set up the environment:
git clone <repository-url>
cd mcp_server
uv init
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
Testing
Launch the MCP inspector to test the server:
npx @modelcontextprotocol/inspector uv run research_server.py
Tools
search_arxiv(topic, max_results=5)
Search arXiv for papers on a given topic. Returns list of paper IDs and stores paper info locally.
get_paper_info(paper_id)
Get detailed information about a specific paper by its arXiv ID.
Usage
The server stores paper data in research_papers/ directory, organized by topic.
Dependencies
- Python 3.12+
- mcp
- arxiv
