academic-mcp-server-copilot

kota-may478/academic-mcp-server-copilot
★ 0 stars Python 🔍 Search Updated today
Single stdio MCP server for academic paper search across Semantic Scholar, arXiv, and Crossref.
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": {
    "academic-mcp-server-": {
      "command": "uvx",
      "args": [
        "academic-mcp-server-copilot"
      ]
    }
  }
}

Or install with pip: pip install academic-mcp-server-copilot