Back to directory
hiyenwong/arxiv-mcp

hiyenwong/arxiv-mcp

@hiyenwong

An MCP service for searching and interpreting academic papers from arXiv

arxivresearchacademicpaper-searchmcppythoncontext

Installation & Configuration

{
  "mcpServers": {
    "arxiv-server": {
      "disabled": false,
      "timeout": 60,
      "command": "/path/to/mcp",
      "args": [
        "run",
        "/path/to/server.py"
      ],
      "env": {
        "PATH": "/path/to/env/bin:${env:PATH}"
      },
      "transportType": "stdio"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15