Windsurf

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

Complete prerequisites

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

2

Add the Paradex MCP server

Open Windsurf Settings → MCP Servers and paste the following into ~/.codeium/windsurf/mcp_config.json:

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

Replace your_private_key_here with your actual key.

3

Restart Windsurf

Restart Windsurf to apply changes.

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.”