Servers
Academia MCP
@IlyaGusev
Academia MCP server: Tools for automatic scientific research
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"academia": {
"command": "python3",
"args": [
"-m",
"academia_mcp",
"--transport",
"stdio"
]
}
}
}