★ 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"
]
}
}
}
Run in terminal:
claude mcp add scholaris-mcp npx -y jghiringhelli/scholaris-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"scholaris-mcp": {
"command": "npx",
"args": [
"-y",
"jghiringhelli/scholaris-mcp"
]
}
}
}