/mcp.
What you need
- An Aries account and access to Client Center.
- Claude Code installed (Claude Code).
Step 1: Get your Client ID (common for all platforms)
Your Client ID comes from an OAuth client you create in Client Center. Set the OAuth redirect URI there when you generate the key (for authentication only). Then copy your Client ID. Do this once: Create an OAuth client in Client Center. Set the redirect URI tohttps://mcp.aries.com/auth/callback. Copy your Client ID (you only enter the Client ID when adding the server).
Step 2: Add the Aries MCP server in Claude Code
Claude Code uses the HTTP transport for remote MCP servers. Client ID is required — the Aries MCP server will not connect without it. Add the server from the terminal with a command or by adding the same config as JSON (config is stored in~/.claude.json or project .mcp.json depending on scope).
MCP server URL (fixed for all users): https://mcp.aries.com/mcp
Option A — Command (recommended)
ReplaceYOUR_CLIENT_ID with your Client ID from Step 1. You must include --client-id for the connection to work.
Option B — Add the same config as JSON
If you prefer to edit config directly, add the Aries server in themcpServers object with your Client ID (required). Replace YOUR_CLIENT_ID with your Client ID from Step 1.
YOUR_CLIENT_ID with your actual Client ID, then run the command.
Verify
Step 3: Complete the OAuth screen and grant permission
The first time you use the Aries MCP server, you must complete the Aries OAuth screen and grant access.- Open Claude Code (in the terminal or your editor).
- Run the
/mcpcommand (type/mcpin the Claude Code chat or prompt). - When prompted, choose to authenticate for the Aries server. Your browser opens the Aries OAuth screen (sign-in and consent page).
- Sign in with your Aries credentials, review the permissions, and click Allow or Approve.
Step 4: You’re connected
Claude Code can now use the Aries API. You can ask in natural language, for example:- “What’s in my Aries portfolio?”
- “What’s the current price of AAPL?”
- “Place a limit buy order for 10 shares of MSFT at $400.”
Troubleshooting
| Issue | What to do |
|---|---|
| “redirect_uri_mismatch” | In Client Center, set the OAuth redirect URI to exactly https://mcp.aries.com/auth/callback (no trailing slash). |
| “invalid_client” | Confirm your Client ID is correct and the client is active in Client Center. |
| OAuth / auth errors | Run /mcp again and complete the OAuth screen; use “Clear authentication” in the /mcp menu if you need to sign in again. |
| Server not listed | Run claude mcp list to confirm the server is configured. Add it again with the command in Step 2 if needed. |
Next steps
MCP Authentication
Common steps and all supported platforms.
Claude.ai (Web)
Connect Claude in the browser at claude.ai.
Claude Desktop
Connect Claude Desktop app to Aries.
Cursor
Add Aries MCP server in Cursor.
ChatGPT
Connect ChatGPT to Aries via MCP.
Perplexity
Connect Perplexity to Aries via MCP.
Microsoft Copilot Studio
Add Aries MCP tool in Copilot Studio.