Before you start
How to connect
Pick your AI assistant below for step-by-step instructions.Claude
Claude
Copy the Ordinal MCP server URL
Open Claude's connector settings
Add the Ordinal connector
Ordinal, and save.Connect your Ordinal account
Try it out
ordinal_get_workspace_context tool and return your workspaces.- I don’t see “Add custom connector”: Custom connectors require a Max, Team, or Enterprise plan. Upgrade your Claude subscription at claude.ai/settings/billing. Make sure you’re on the latest Claude Desktop version if you don’t see the option there either.
- The connector won’t sign in: Update Claude Desktop to the latest version — older builds don’t support OAuth-based MCP connectors. Restart the app after updating, then retry from the connector settings.
- I don’t see Ordinal tools in the chat: Open the connector panel in chat (the icon in the message bar) and confirm Ordinal is enabled. If it says Reconnect, click it to re-run the sign-in.
- I see duplicate Ordinal tools: You likely still have the old server configured. Remove any connector pointing at
/api/mcpbefore using the new one. See the migration guide.
Claude Code
Claude Code
Run the add command
Sign in with Ordinal
Verify the connection
ordinal listed.Try it out
ordinal_get_workspace_context tool.- The sign-in browser window doesn’t open: Update Claude Code to the latest version — OAuth support was added in recent releases. Run the add command again after upgrading.
- My session expired: Claude Code refreshes your token automatically in the background. If that fails, remove and re-add the server:
claude mcp remove ordinalthenclaude mcp add --transport http ordinal https://app.tryordinal.com/mcp. - I see duplicate Ordinal tools: You probably still have the old server configured. Check for an
ordinalentry pointing at/api/mcpand remove it. See the migration guide.
Codex
Codex
Open MCP server settings
Fill in the Ordinal server details
- Name:
Ordinal - Transport: select Streamable HTTP
- URL:
https://app.tryordinal.com/mcp

Sign in with Ordinal
Verify the connection
Try it out
ordinal_get_workspace_context tool.- I don’t see “Add custom MCP”: Update to the latest Codex release — custom Streamable HTTP servers were added in a recent version.
- Tool calls fail with an auth error: Your OAuth token may have expired. Ask Codex to re-authenticate the Ordinal MCP server.
- The sign-in browser window doesn’t open: Make sure Codex can reach
https://app.tryordinal.com. If you’re behind a corporate proxy, configure it and retry. - I see duplicate Ordinal tools: You likely still have the old server configured. Remove any Ordinal MCP entry pointing at
/api/mcp. See the migration guide.
Codex CLI
Codex CLI
Add the Ordinal server
Sign in with Ordinal
Verify the connection
/mcp slash command. You should see ordinal in the list of configured MCP servers along with its tools.Try it out
ordinal_get_workspace_context tool.codex mcp addsays it’s an unknown command: You’re on an older Codex CLI build without remote MCP support. Upgrade to the latest release and try again.- Tool calls fail with an auth error: Your OAuth token may have expired. Re-run
codex mcp login ordinalto refresh it. - The sign-in browser window doesn’t open: Make sure Codex can reach
https://app.tryordinal.com. If you’re behind a corporate proxy, configure it and retry. - I see duplicate Ordinal tools: You likely still have the old server configured. Run
codex mcp list, remove anyordinalentry pointing at/api/mcp, and retry. See the migration guide.
Cursor
Cursor
Open MCP settings
Cmd+Shift+P on Mac, Ctrl+Shift+P on Windows) and search for Open MCP settings.Add the Ordinal server
Sign in with Ordinal
Verify the connection
ordinal server should show a green dot and list the available tools.Try it out
ordinal_get_workspace_context tool.- Cursor doesn’t open a sign-in window: Make sure you’re on a recent Cursor version with OAuth MCP support. Restart Cursor after editing the MCP config.
- I see a red dot next to the server: Click the server entry in MCP settings to see the error. Most common causes: your sign-in token expired (click Re-authorize to refresh it), or the URL is wrong (it should be exactly
https://app.tryordinal.com/mcpwith no trailing slash or/api/prefix). - I see duplicate Ordinal tools: You likely have the old server still configured. Remove any
ordinalentry pointing at/api/mcpand restart Cursor. See the migration guide.
VS Code
VS Code
Create the MCP config file
.vscode/mcp.json:Reload VS Code
Cmd+Shift+P / Ctrl+Shift+P).Sign in with Ordinal
Try it out
ordinal_get_workspace_context tool.- The one-click button does nothing: Make sure VS Code is registered as the handler for
vscode://URLs. On Windows and macOS, this happens on install; on Linux you may need to associate the scheme manually. If the button still fails, use the manual install steps above. - I use VS Code Insiders: The one-click button targets stable VS Code. If you use Insiders, follow the manual install steps above — they work the same in both editions.
- I don’t see Ordinal tools in Copilot Chat: Open the MCP view in the sidebar and confirm
ordinalshows as connected. If it says Sign in required, click it to run the OAuth flow. - I see duplicate Ordinal tools: You likely have the old server still configured. Remove any
ordinalentry pointing at/api/mcpfrom.vscode/mcp.json(or your user-levelsettings.json). See the migration guide.
Other AI tools
Other AI tools