There are three ways to connect to the Neuradex MCP server. Choose based on your client.
Method
Authentication
Target Clients
OAuth
Dashboard login
Claude.ai, ChatGPT, and other OAuth-compatible clients
Streamable HTTP
Access key (Bearer token)
Claude Desktop, Cursor, Cline, etc.
STDIO
Access key (environment variable)
Claude Desktop, Cline, etc. (local execution)
OAuth (Recommended)
Streamable HTTP
STDIO
For OAuth-compatible MCP clients, simply specify the MCP server URL. Authentication is completed by logging into the dashboard. No access key required.
In your client’s MCP settings, enter the following URL:
https://mcp.neuradex.ai
2
Authenticate via Dashboard
When connecting, your browser will open to the Neuradex dashboard login page. Log in and approve the authorization to automatically return to your client.
3
Done
If Neuradex tools appear in the tools list, the connection is complete.
OAuth authentication uses PKCE (S256). Tokens are automatically refreshed, so you don’t need to worry about expiration.
Connect by configuring the MCP server URL and access key. Issue an access key from the Dashboard.
neuradex-mcp [options]Options: -k, --access-key <key> Neuradex API access key -a, --api-url <url> API endpoint URL -m, --mode <mode> Transport mode (stdio/http) -p, --port <port> HTTP server port (http mode only) -h, --help Show help
Streamable HTTP mode sessions expire automatically after 30 minutes of inactivity. Reconnecting creates a new session.The active project set with switch_project is shared across sessions using the same credentials.