scholaris-mcp

jghiringhelli/scholaris-mcp
★ 0 stars TypeScript 🔍 Search Updated today
Academic paper review MCP server — compression audit, structured review, citation checking, plagiarism detection, venue fit, and diff audit for researchers
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": {
    "scholaris-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jghiringhelli/scholaris-mcp"
      ]
    }
  }
}