Skip to content
Cursor

Aether Wealth for Cursor

ai.aetherwealth/mcp

Aether Wealth MCP for AI assistants: trades, alerts, market data, macro calendar & indicators.

client:Cursor transport:stdio runtime:npm

Install Aether Wealth in Cursor

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

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aetherwealth/mcp"
      ]
    }
  }
}

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

Aether Wealth in other clients