Create
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: Client ID from your Webex Integration
- Client secret: Client secret from your Webex Integration
- Authorization URL: The identity provider endpoint where your agent redirects the user to sign in and grant permissions
- Token URL template: The endpoint where your agent exchanges the authorization code for an access token and refresh token
- Refresh URL: The endpoint to request a new access token using a refresh 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 Webex Integration.
Select Next to continue.