Prerequisites
What you need
1. MuleSoft Platform access
- Log in at anypoint.mulesoft.com using the credentials from the Credentials page
- In the top-right corner, confirm you are in the business group assigned to you
2. Slack workspace access
You will use Slackbot to connect to the MuleSoft Platform MCP Server.
- Check your email for an invitation to the workshop Slack workspace
- Join at sdo-demo-34640.slack.com
- If you haven’t received an invitation, ask the facilitator
3. Claude Code or Claude Desktop (optional)
Only needed if you plan to complete the optional Claude Code or Claude Desktop steps. You need one of:
| Client | Notes |
|---|---|
| Claude Code | CLI tool — requires a paid Claude plan (Pro, Max, Team, or Enterprise) or Anthropic Console API access |
| Claude Desktop | Desktop app — download from claude.ai/download; custom connectors require a paid plan |
Confirm Claude Code is installed:
claude --version
4. Create a Connected App (optional — only needed for Claude Code or Claude Desktop)
The Platform MCP Server authenticates as you, through a Connected App. Claude’s access is bounded by your own Anypoint permissions.
Note: Connected Apps are managed in the legacy Anypoint Platform UI. Switch to it first by clicking Anypoint Platform in the lower-left corner of the new UI. Then click Access Management in the top-right corner.
- Go to Access Management → Connected Apps → Create App
-
Fill in the form:
Field Value Name MythicalSupplierMCPServerType App acts on behalf of a userGrant types ✅ Authorization Code and ✅ Refresh Token Website URL https://omni.mulesoft.comRedirect URIs https://claude.ai/api/mcp/auth_callback,http://localhost:8976/callbackWho can use this application? Members of this organization only - Click Add Scopes and add:
- Full Access
- Background Access
Why Full Access? Claude Code’s OAuth flow requests the
fullscope and cannot request granular scopes. A connected app with only granular scopes will fail withinvalid_scope. Full Access is still bounded by your own user permissions — it can’t do more than your account can already do. - Click Save
- Copy the Client ID and Client Secret — you will need them in the next step
Verify your setup
- Can log in to Anypoint Platform with workshop credentials
- Your assigned business group is selected in the top-right corner
- Joined the workshop Slack workspace at sdo-demo-34640.slack.com
- (Optional) Claude Code or Claude Desktop is installed and running
- (Optional) Connected App created with Client ID and Secret copied
Ready? Continue to What is the Platform MCP Server →