arxiv-mcp-server

arxiv-mcp-server

1,149

The ArXiv MCP Server is designed to enable AI assistants to search and access research papers from the arXiv repository through the Model Context Protocol. It offers features like paper search, download, and specialized research prompts to enhance academic analysis workflows.

uv
{
  "mcpServers": {
    "arxiv-mcp-server": {
      "command": "uv",
      "args": [
        "tool",
        "run",
        "arxiv-mcp-server",
        "--storage-path",
        "/path/to/paper/storage"
      ]
    }
  }
}
uv
{
  "mcpServers": {
    "arxiv-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/cloned/arxiv-mcp-server",
        "run",
        "arxiv-mcp-server",
        "--storage-path",
        "/path/to/paper/storage"
      ]
    }
  }
}