What is MCP server implementation for the Paradex trading platform.?
This project provides a bridge between AI assistants (like Claude) and the Paradex perpetual futures trading platform. Using the MCP standard, AI assistants can retrieve market data from Paradex, manage trading accounts and vaults, place and manage orders, and monitor positions and balance.
Documentation
MCP Paradex Server
Model Context Protocol (MCP) server implementation for the Paradex trading platform.
Overview
This project provides a bridge between AI assistants (like Claude) and the
Paradex perpetual futures trading platform. Using the MCP standard,
AI assistants can:
Retrieve market data from Paradex
Manage trading accounts and vaults
Place and manage orders
Monitor positions and balance
Prerequisites
Python 3.10+
Installation# Quick Start
Cursor IDE
Click to automatically configure this MCP server in Cursor:
Claude Code CLI
claude mcp add paradex uvx mcp-paradex
Smithery (Claude Desktop)
npx -y @smithery/cli install @sv/mcp-paradex-py --client claude
Standard Installation## PyPI
pip install mcp-paradex
uvx (Recommended)
uvx mcp-paradex
Development Setup
Clone the repository:
git clone https://github.com/sv/mcp-paradex-py.git
cd mcp-paradex-py
Install development dependencies:
uv sync --dev --all-extras
Run locally:
uv run mcp-paradex
Configuration# Environment Variables
Set these environment variables for authentication:
PARADEX_ENVIRONMENT: Set to testnet or mainnet
PARADEX_ACCOUNT_PRIVATE_KEY: Your Paradex account private key
Using .env File
cp .env.template .env\n\n# Edit .env with your credentials