← Back to browse

Paradex Trading

Indexed by io.github.tradeparadex

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPARADEX_ACCOUNT_PRIVATE_KEY PARADEX_ENVIRONMENT
Claude Code
claude mcp add --env PARADEX_ACCOUNT_PRIVATE_KEY= --env PARADEX_ENVIRONMENT= mcp-paradex-py -- uvx mcp-paradex
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-paradex-py","command":"uvx","args":["mcp-paradex"],"env":{"PARADEX_ACCOUNT_PRIVATE_KEY":"","PARADEX_ENVIRONMENT":""}}'
JSON
{
  "mcpServers": {
    "mcp-paradex-py": {
      "command": "uvx",
      "args": [
        "mcp-paradex"
      ],
      "env": {
        "PARADEX_ACCOUNT_PRIVATE_KEY": "",
        "PARADEX_ENVIRONMENT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.