Skip to content
Cursor

autario mcp for Cursor

io.github.autario/autario-mcp

Query 8,000+ verified open datasets (World Bank, Eurostat, FRED, SEC) with stats and charts.

client:Cursor transport:stdio runtime:npm

Install autario mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "autario-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "autario-mcp"
      ],
      "env": {
        "AUTARIO_API_KEY": "<AUTARIO_API_KEY>",
        "AUTARIO_API_SECRET": "<AUTARIO_API_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

autario mcp in other clients