@blazickjp/arxiv-mcp-server

by blazickjp · v1.0.0 · prompt

This is an MCP (Message Control Protocol) server that provides AI models access to arXiv research papers. The codebase follows a modular architecture with four main layers:

Install

Add @blazickjp/arxiv-mcp-server to Claude Code with the PolySkill CLI: polyskill add @blazickjp/arxiv-mcp-server

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Development Commands ### Environment Setup ```bash # Create and activate virtual environment uv venv source .venv/bin/activate # Install with test dependencies uv pip install -e ".[test]" ``` ### Testing ```bash # Run all tests with coverage python -m pytest # Run specific test file python -m pytest tests/tools/test_search.py # Run tests with verbose output python -m pytest -v ``` ### Running the Server ```bash # Run as module python -m arxiv_mcp_server # Or via entry point ar…

Keywords: github, arxiv-access, mcp-server, ai-research, modular-architecture, data-integration, research-papers, machine-learning, api-access