Anypoint MCP Server
Provides integration with MuleSoft Anypoint Platform, allowing AI assistants to manage APIs, deployments, queues, secrets, and reports.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Anypoint MCP Serverlist my APIs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🔌 Anypoint MCP Server
An MCP (Model Context Protocol) server for MuleSoft Anypoint Platform — lets AI assistants like Claude talk directly to your Anypoint APIs.
🎬 Demo

Related MCP server: Catalyst MCP Server
✨ Features
Module | Prefix | What it does |
🏢 Accounts |
| Profile, org & environment info |
✏️ API Designer |
| Browse & manage Design Center projects |
📦 Exchange |
| Search & inspect Exchange assets |
🔧 API Manager |
| API instances, SLA tiers, contracts |
🛡️ API Policies |
| Apply & manage API gateway policies |
📊 Metrics |
| Traffic, latency & error rate data |
📡 Monitoring |
| ARM monitoring queries |
🚀 Runtime Manager |
| CloudHub 2.0 deployments, Start/Stop/Restart |
📬 MQ |
| Anypoint MQ queues (sandbox by default) |
🔐 Secrets Manager |
| Secrets Manager vaults & secrets |
📋 Reports |
| On-demand aggregated reports |
🚀 Quick Start
1. Install & build
npm install
npm run build2. Configure credentials
Create a .env file (a blank template is already included):
ANYPOINT_CLIENT_ID=your-connected-app-client-id
ANYPOINT_CLIENT_SECRET=your-connected-app-client-secret
ANYPOINT_ORG_ID=your-organization-id # optional if profile has one org
ANYPOINT_ENV_ID=your-environment-id # default env for API/Runtime Manager tools
ANYPOINT_BASE_URL=https://anypoint.mulesoft.com # optional, this is the default
MCP_HOST=127.0.0.1
MCP_PORT=3000
MCP_PUBLIC_BASE_URL=https://your-ngrok-host.ngrok-free.dev # optional, for public UI links💡 Use a Connected App (Client Credentials grant) from Anypoint Access Management. The server exchanges these for a Bearer token on startup and auto-renews before expiry.
3. Start the server
npm startThe server listens at:
Endpoint | URL |
🔌 MCP (Streamable HTTP) |
|
❤️ Health check |
|
4. Connect your AI client
Add this to your MCP client config (e.g. Claude Desktop, Agentik):
{
"mcpServers": {
"anypoint": {
"url": "http://127.0.0.1:3000/mcp"
}
}
}🐳 Docker
# Build
docker build -t anypoint-mcp-server .
# Run with your .env file
docker run --rm --env-file .env -p 3000:3000 anypoint-mcp-server🛠️ Development
# Build TypeScript
npm run build
# Open MCP Inspector (browser UI to test tools)
npm run inspector🖥️ Interactive UI
Several modules render rich interactive HTML UIs inside MCP-capable clients (like Agentik):
UI | Tool | What you see |
🎨 Design Center |
| Searchable project carousel |
📦 Exchange |
| Filterable asset table |
🔧 API Manager |
| API instance table |
🚀 Runtime Manager |
| Deployment table with Start/Stop buttons |
📬 MQ |
| Queue list (defaults to sandbox env) |
📋 Reports
Generate on-demand aggregated reports with reports_create:
Report type | Description |
| Flow counts per deployment, grouped by environment |
| APIs with no policies or missing security policies |
| Traffic, error rates & response times from Metrics API |
Reports are cached in memory for the life of the server process.
🔒 Auth & Caching
Token is auto-renewed before expiry — no restarts needed
Org ID and owner ID are discovered from
/accounts/api/profileon startup and cachedPass
refresh: trueto profile/environment tools to force a cache reloadAll API requests include
Authorization,x-organization-id, andx-owner-idheaders automatically
📚 API References
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that connects AI assistants to Anaplan's Integration API v2, enabling users to browse workspaces, manage model data, and execute bulk operations like imports and exports. It provides 25 structured tools to navigate model hierarchies and perform transactional tasks through natural language.707MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that loads and serves Knowledge Packs to connect AI assistants with business systems like databases, DevOps tools, and APIs.1-
- AlicenseAqualityAmaintenanceAn MCP server that enables AI assistants to interact with ServiceNow instances, allowing script execution, data querying, ATF tests, and log tailing through natural language commands.89411 npm16MIT
- AlicenseNot gradedqualityDmaintenanceA standalone MCP server for API testing and management, allowing AI assistants to interact with RESTful APIs through natural language.8 npm28MIT