mcp.json with your Client ID in the auth.CLIENT_ID field, restart Cursor, then click Connect - your browser opens the Aries OAuth screen where you sign in with your Aries credentials and grant access.
What you need
- An Aries account and access to Client Center / Manage Account.
- Cursor IDE (v0.40 or later recommended).
Step 1: Get your Client ID (common for all platforms)
You need a Client ID from Client Center / Manage Account. You will put it in theauth.CLIENT_ID field in mcp.json so that when you click Connect, the Aries OAuth screen can open. Without it, Connect will not work.
Do this first: Create an OAuth app in Client Center / Manage Account. When creating the key, set the OAuth redirect URI to https://mcp.aries.com/auth/callback. Copy your Client ID.
Step 2: Add the Aries MCP server with your Client ID
- Open Cursor and go to Settings (
Cmd+,on macOS orCtrl+,on Windows/Linux). - In the left sidebar, open Tools & MCP (or Features -> MCP).
- Click Add new MCP server (or Add MCP server). A file named mcp.json opens (often in your project as
.cursor/mcp.jsonor in Cursor’s config folder). - Use the config below. Replace
YOUR_CLIENT_ID_HEREwith your actual Client ID from Step 1 (insideauth.CLIENT_ID). If the file already has other servers, add only theariesblock insidemcpServers.
- Save the file.
- Restart Cursor completely (quit and reopen). MCP servers load only at startup.
Step 3: Click Connect, then open the OAuth URL
After restarting, the Aries server appears in Settings -> Tools & MCP with a Connect button (or Needs authentication).- Open Settings -> Tools & MCP and find the Aries entry.
- Click Connect (or the Needs authentication link). In some Cursor versions the browser does not open automatically; instead Cursor shows an “Open the URL” (or similar) notification.
- Click that notification (or the link in it) to open the OAuth URL in your browser. The Aries OAuth screen (sign-in and consent page) opens.
- On that page: sign in with your Aries email and password, then click Allow or Approve to grant access. Same OAuth flow as other platforms.
If the browser doesn’t open by itself: In some Cursor versions, clicking Connect / “Needs authentication” does not open the browser automatically. Cursor shows an “Open the URL” (or similar) notification instead. Click that notification (or the link in it) to open the OAuth URL - then the same sign-in and Allow flow applies.
Step 4: You’re connected
Cursor can now use the Aries API via the MCP server. You can ask for portfolio info, market data, or to place orders within Cursor’s AI features.Troubleshooting
More help: OAuth2 Guide - Troubleshooting.
Next steps
MCP Authentication
Common steps and all supported platforms.
Claude.ai (Web)
Connect Claude in the browser to Aries.
ChatGPT
Connect ChatGPT to Aries via MCP app.
Perplexity
Connect Perplexity to Aries via MCP.
Microsoft Copilot Studio
Add Aries MCP tool in Copilot Studio.


