Create
Copilot Studio
This guide walks you through how you can connect your agent in Copilot Studio to Webex MCP server.
Before configuring, you'll need OAuth 2.0 credentials. See OAuth 2.0 setup instructions in the main guide.
anchorUse the MCP Onboarding Wizard
anchorThe simplest way to connect to an existing MCP server is directly within Copilot Studio using the MCP onboarding wizard.
There are two parts to this method:
- Configure the basic MCP server details
- Configure authentication with your MCP server
anchorConfigure Basic Server Details
anchor- Go to the Tools page for your agent
- Select Add a tool
- Select New tool
- Select Model Context Protocol. The MCP onboarding wizard appears.
- Fill in the required fields: Server name, Server description, and Server URL
- Select the authentication type for the MCP server as OAuth 2.0
- Select Manual as the OAuth 2.0 type. More fields will appear for you to configure the OAuth 2.0 settings.
Make sure to write a brief, but clear description of what your MCP server does. The agent orchestrator uses this information to identify whether to call your server at runtime.
anchorOAuth Configuration
anchorFill in the required fields — Client ID and Client secret are from your Webex OAuth 2.0 Integration:
- Client ID
- Client secret
- Authorization URL:
https://webexapis.com/v1/authorize - Token URL template:
https://webexapis.com/v1/access_token - Refresh URL:
https://webexapis.com/v1/access_token - Scopes: The permissions your app is asking for, as a space-separated list
Select Create to add the server. A callback URL appears.
Copy the callback URL to add to your application's registration when creating your Webex OAuth 2.0 Integration.
Select Next to continue.