top-paper-mcp-server

doubletwo123/top-paper-mcp-server
★ 0 stars Python 🔌 API Integration Updated today
This is a fork of [arxiv-mcp-server](https://github.com/blazickjp/arxiv-mcp-server) with extended conference support and additional features.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "top-paper-mcp-server": {
      "command": "uvx",
      "args": [
        "top-paper-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install top-paper-mcp-server