Copilot Studio OAuth is granted
mcp:read and mcp:write scopes (all Noux MCP OAuth connections use both). Your agent can query your organization’s data and call write tools (comments, invitations, notifications, key document spread, mutual action plans) as you — limited by your room permissions in Noux.Before you start
- A Noux account with access to your organization
- Microsoft Copilot Studio access in a Power Platform environment
- Generative orchestration enabled on your agent (Microsoft docs)
- Network access to
https://mcp.noux.appandhttps://noux.app
Step 1 — Add the Noux MCP tool
- Open your agent in Copilot Studio.
- Go to Tools.
- Select Add a tool → New tool → Model Context Protocol.
- Fill in the form:
OAuth configuration (recommended)
Under OAuth 2.0, choose Dynamic discovery. Copilot Studio reads Noux OAuth metadata from the MCP server and registers itself automatically. You do not need to paste Client ID, Client secret, or endpoint URLs. Select Create, then Next.Alternative — Dynamic (manual endpoints)
If Dynamic discovery is unavailable in your environment, choose Dynamic and enter:
Copilot Studio may show a callback URL after you create the tool. Noux already allows Power Platform redirect URIs under
https://global.consent.azure-apim.net/redirect/... — you do not need to contact Noux support for each connector.
Select Next when the tool is created.
Step 2 — Create a connection
- On Add tool, select Create a new connection (or reuse an existing Noux connection).
- Sign in to Noux when prompted:
- Complete login at noux.app if needed
- Review the consent screen
- Click Allow access.
- Select Add to agent.
Published agents: end-user OAuth for custom MCP servers is still evolving in Copilot Studio. If published users see an empty connection picker, use a maker-managed connection (single shared connection for the agent) until per-user OAuth is supported in your tenant.
Step 3 — Verify it works
Test your agent with prompts that use Noux data, for example:- “Use Noux to call
get_infoand tell me my organization id.” - “List my Noux sales rooms.”
- “Summarize recent activity in my Noux organization.”
What Copilot Studio can access
Through OAuth, your agent acts as you in your Noux organization withmcp:read and mcp:write scopes. That includes:
- Rooms, members, visitors, and invitations
- Room conversations and comments
- Notetaker meetings, transcripts, summaries, and coaching
- Organization activity for reporting
- Write tools such as posting comments, sending invitations and update notifications, spreading key documents, and creating or updating mutual action plans — subject to your room permissions
Alternative — API key authentication
Copilot Studio can connect with API key auth and a personal Bearer token instead of OAuth. This works for quick tests but is not recommended for regular use — tokens must be copied manually and rotated by you.- Create a token under Integrations → MCP.
- When adding the MCP tool, set Authentication to API key.
- Choose Header and name the header
Authorization. - Use server URL
https://mcp.noux.app/mcpand valueBearer <your-token>.
Troubleshooting
Related
- Getting started
- Claude Desktop
- ChatGPT
- Cursor — uses Bearer tokens, not OAuth
- Tool reference
- MCP overview