Home / MCP / AER MCP Server

AER MCP Server

Provides an MCP endpoint to search AEA papers using an integrated LLM workflow.

other
Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
    "mcpServers": {
        "aer-mcp": {
            "command": "uv",
            "args": [
                "--directory",
                "/path/to/the/repo/",
                "run",
                "aer_mcp.py"
            ]
        }
    }
}