Cursor

Connect the Paradex MCP server to Cursor in a few steps.
1

Complete prerequisites

Follow the Prerequisites guide to install Python, uvx, and get your Paradex private key.

2

Open MCP settings

Open Cursor Settings → MCP.

3

Add the Paradex MCP server

Add the following configuration:

1{
2 "paradex": {
3 "command": "uvx",
4 "args": ["mcp-paradex"],
5 "env": {
6 "PARADEX_ENVIRONMENT": "prod",
7 "PARADEX_ACCOUNT_PRIVATE_KEY": "your_private_key_here"
8 }
9 }
10}

Replace your_private_key_here with your actual key.

4

Verify it’s working

Ask your AI assistant:

“What markets are available on Paradex?”

If you get a list of trading pairs, you’re connected.

To test trading access, ask:

“Show me my Paradex account summary.”