Skip to content
Cline

Paradex Trading for Cline

io.github.tradeparadex/mcp-paradex-py

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.

client:Cline transport:stdio runtime:pypi

Install Paradex Trading in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "mcp-paradex-py": {
      "command": "uvx",
      "args": [
        "mcp-paradex"
      ],
      "env": {
        "PARADEX_ACCOUNT_PRIVATE_KEY": "<PARADEX_ACCOUNT_PRIVATE_KEY>",
        "PARADEX_ENVIRONMENT": "<PARADEX_ENVIRONMENT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Paradex Trading in other clients