ArXiv Research Assistant MCP
- Node.js (v16 or higher)
- Yarn package manager
yarn installCreate a .env file in the root directory with your Anthropic API key:
ANTHROPIC_API_KEY=your_api_key_hereTo start the MCP server:
yarn start:serverThe MCP Inspector allows you to test and debug the MCP server tools in a web interface:
yarn start:inspectorThis will:
- Start the MCP server
- Launch the inspector web interface
- Open your browser automatically to interact with the tools
The inspector provides a visual interface where you can:
- View available tools (
search_papers,extract_info) - Test tool execution with different parameters
- See real-time responses and debug information
- Monitor server logs and errors
To start the interactive chat interface:
yarn start:chatThis will start an interactive console where you can:
- Type research queries directly
- Get responses from the AI assistant
- Search for papers and extract information automatically
- search_papers: Search for papers on arXiv based on a topic
- extract_info: Get detailed information about a specific paper by ID
yarn lintyarn lint:fix