mcpbeat Sign in

Paradex Trading MCP Server

by tradeparadex Your server? Claim it
local only

Paradex Trading runs on your own machine — the client starts it, so there is no endpoint to ping. 170 installs a week from pypi. Last commit 22 May 2026.

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

Installs per day peak 55 · avg 25 · -20% w/w
a month agotoday
170
Installs / week
pypi · mcp-paradex
2
Stars
0 open issues
22 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Paradex Trading every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-paradex-py -- uvx mcp-paradex
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-paradex-py": {
      "args": [
        "mcp-paradex"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-paradex-py]
command = "uvx"
args = ["mcp-paradex"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-paradex-py": {
      "args": [
        "mcp-paradex"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-paradex-py": {
      "args": [
        "mcp-paradex"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PARADEX_ACCOUNT_PRIVATE_KEY (Ethereum private key for your Paradex account (enables trading). Without this, only public market data is accessible.), PARADEX_ENVIRONMENT (Paradex environment to connect to. Defaults to 'prod'. Use 'testnet' for testing.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Paradex Trading

same job, measured the same way
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

554 installs/wk local only
Riv MCP
by christopher-as

Riv MCP: spend authorization and governed trading (place_order, positions, market data, policies).

248 installs/wk local only
GMO Coin FX MCP Server
by rikitonoto

MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.

local only
Openmm MCP
by adacapo21

AI-native crypto trading MCP server — market data, orders, grid strategies & DeFi

83 installs/wk local only
Tradernet MCP
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

34 installs/wk local only
Tradernet MCP Server
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

23 installs/wk local only
Modern Treasury
by usefulapi

MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.

17 tools answering

Paradex Trading — questions

Answers built from our own checks of this server.

Why is there no uptime for Paradex Trading?
Paradex Trading runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-paradex was installed 170 times last week.
How do I connect Paradex Trading?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-paradex straight from pypi; nothing to host, nothing to sign up for.
How many people use Paradex Trading?
The pypi package mcp-paradex was installed 170 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Paradex Trading open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.