Academic Research MCP Server — search 600M+ papers, grants, and citations for AI agents
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-research-mc": {
"command": "npx",
"args": [
"-y",
"red-cars-io/academic-research-mcp"
]
}
}
}
Run in terminal:
claude mcp add academic-research-mc npx -y red-cars-io/academic-research-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"academic-research-mc": {
"command": "npx",
"args": [
"-y",
"red-cars-io/academic-research-mcp"
]
}
}
}