Claude Desktop users: skip to Claude Desktop setup — Connectors + OAuth, no token required.Cursor and automation: follow the steps below to create a personal Bearer token.
1. Open MCP settings in Noux (Cursor / automation)
Sign in to noux.app and go to Integrations → MCP. You will see your organization’s MCP URL and controls to create personal read tokens. Production MCP URL:2. Create a personal read token (Cursor / automation)
- Click Create personal read token.
- Copy the token immediately — it is shown only once.
- Store it securely (password manager or your client’s secret storage).
Each token is personal. It acts as you in your organization, and only you can see or revoke tokens you created.
3. Note your MCP URL
Usehttps://mcp.noux.app/mcp in production, or the URL shown in Integrations → MCP if your environment differs.
4. Configure your MCP client
Choose the setup that matches your client:| Client | Auth method | Guide |
|---|---|---|
| Claude Desktop | OAuth via Connectors (recommended) | Claude Desktop |
| Cursor | Personal Bearer token | Cursor |
| Other automation | Personal Bearer token | URL + Authorization: Bearer <token> header |
https://mcp.noux.app/mcp, then Connect and sign in to Noux. No manual token required.
Cursor and scripts — use your MCP URL from step 3 and header Authorization: Bearer <token-from-step-2>.
5. Verify the connection
Ask your client to call theget_info tool, or invoke it from a client that lists tools.
A successful response includes:
organizationId— your Noux organizationuserId— your user id (the token acts as you)mcpVersion— current MCP API versioncapabilities— includesread_only
Troubleshooting
| Issue | What to check |
|---|---|
401 Unauthorized | Token copied correctly; Bearer prefix in the header |
| Connection refused | MCP URL matches the app exactly, including /mcp |
| Empty or wrong data | Token is yours — data is scoped to your organization as your user |
| Tool not found | Client supports Streamable HTTP MCP; restart the client after config changes |