
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@mulesoft/mcp-server
Advanced tools
Overview Prerequisites Available Tools Tool Considerations Set Up Authentication Install the MuleSoft MCP Server Configure the MuleSoft MCP Server Example Commands
The Mulesoft MCP Server is a Model Context Protocol (MCP) implementation that facilitates interaction between large language models (LLMs) and the Mulesoft Anypoint Platform. Create and deploy Mule applications, create API specs, search for assets in Anypoint Exchange, get platform insights, and more.
See Example Commands.
You can deploy applications to CloudHub 2.0 and Runtime Fabric only.
Create a connected app that acts on its own behalf using the steps in Create a Connected App That Acts on Its Own Behalf.
In step 6, add these scopes. Make sure that all business groups and relevant environments are selected for these scopes.
Anypoint Code Builder
Anypoint Monitoring
API Manager
Exchange
General
Runtime Manager
Usage
To install the server with node, run:
npm install -g @mulesoft/mcp-server
You can configure Claude Desktop, Zed, Cursor, Windsurf, and other IDEs to work with the MuleSoft MCP Server.
Add this snippet to claude_desktop_config.json
where ANYPOINT_REGION
(optional) is one of these values: PROD_US
, PROD_EU
, PROD_CA
, or PROD_JP
.
{
"mcpServers": {
"mulesoft": {
"command": "npx",
"args": ["-y", "@mulesoft/mcp-server", "start"],
"env": {
"ANYPOINT_CLIENT_ID": "<YOUR_CLIENT_ID>",
"ANYPOINT_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"ANYPOINT_REGION": "<REGION_NAME>"
}
}
}
}
Add this snippet to Zed settings.json
where ANYPOINT_REGION
(optional) is one of these values: PROD_US
, PROD_EU
, PROD_CA
, or PROD_JP
.
{
"context_servers": {
"mulesoft": {
"command": "npx",
"args": ["-y", "@mulesoft/mcp-server", "start"],
"env": {
"ANYPOINT_CLIENT_ID": "<YOUR_CLIENT_ID>",
"ANYPOINT_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"ANYPOINT_REGION": "<REGION_NAME>"
}
}
}
}
Add this snippet to Cursor mcp.json
where ANYPOINT_REGION
(optional) is one of these values: PROD_US
, PROD_EU
, PROD_CA
, or PROD_JP
.
{
"mcpServers": {
"mulesoft": {
"command": "npx",
"args": ["-y", "@mulesoft/mcp-server", "start"],
"env": {
"ANYPOINT_CLIENT_ID": "<YOUR_CLIENT_ID>",
"ANYPOINT_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"ANYPOINT_REGION": "<REGION_NAME>"
}
}
}
}
Add this snippet to Windsurf mcp_config.json
where ANYPOINT_REGION
(optional) is one of these values: PROD_US
, PROD_EU
, PROD_CA
, or PROD_JP
.
{
"mcpServers": {
"mulesoft": {
"command": "npx",
"args": ["-y", "@mulesoft/mcp-server", "start"],
"env": {
"ANYPOINT_CLIENT_ID": "<YOUR_CLIENT_ID>",
"ANYPOINT_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"ANYPOINT_REGION": "<REGION_NAME>"
}
}
}
}
Add this snippet to Cline config.json
where ANYPOINT_REGION
(optional) is one of these values: PROD_US
, PROD_EU
, PROD_CA
, or PROD_JP
.
{
"mcpServers": {
"mulesoft": {
"command": "npx",
"args": ["-y", "@mulesoft/mcp-server", "start"],
"env": {
"ANYPOINT_CLIENT_ID": "<YOUR_CLIENT_ID>",
"ANYPOINT_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"ANYPOINT_REGION": "<REGION_NAME>"
}
}
}
}
Add this snippet to VS Code settings.json
or .vscode/mcp.json
where (optional) ANYPOINT_REGION
is one of these values: PROD_US
, PROD_EU
, PROD_CA
, or PROD_JP
.
{
"mcp": {
"servers": {
"mulesoft": {
"command": "npx",
"args": ["-y", "@mulesoft/mcp-server", "start"],
"env": {
"ANYPOINT_CLIENT_ID": "<YOUR_CLIENT_ID>",
"ANYPOINT_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"ANYPOINT_REGION": "<REGION_NAME>"
}
}
}
}
}
Add this snippet to Trae mcp_settings.json
or .vscode/mcp.json
where ANYPOINT_REGION
(optional) is one of these values: PROD_US
, PROD_EU
, PROD_CA
, or PROD_JP
.
{
"mcpServers": {
"mulesoft": {
"command": "npx",
"args": ["-y", "@mulesoft/mcp-server", "start"],
"env": {
"ANYPOINT_CLIENT_ID": "<YOUR_CLIENT_ID>",
"ANYPOINT_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"ANYPOINT_REGION": "<REGION_NAME>"
}
}
}
}
If you want to... | Try this... |
---|---|
Apply a policy | Apply the rate-limiting policy to this API instance. |
Create an asset in Exchange | I want to publish this API to Exchange. |
Create an instance | Create an instance for this application. |
Create an integration project | Create a Mule project that creates an order in NetSuite every time an opportunity in Salesforce is updated to stage Closed Won. |
Deploy an application | Deploy Mule application in current project. Deploy with high security, high availability, and performance optimized settings. |
Deploy an existing asset in Anypoint Exchange to CloudHub 2.0 or Runtime Fabric | Deploy app using sample-asset-name from Anypoint Exchange. |
Generate a MCP server using Anypoint connectors | Generate an MCP server that exposes 3 tools from the following operations: Workday - Absence Management - Get Time Off Plan Balances, Workday - Absence Management - Enter Time Off, and Google Calendar - Create Calendar Event. |
List all policies | What policies do I have available? |
Search for assets in Exchange | Do I have any assets for order notification in Exchange? OR Find all assets related to product synchronization. |
View performance metrics for your APIs or apps | Which apps generated the most errors? OR Which apps have the highest latency? OR Show top APIs by call volume. |
View reuse metrics | Show reuse metrics. |
View usage for your runtime applications | Show me trends for flows, messages and data throughput. |
FAQs
Mulesoft MCP Server
The npm package @mulesoft/mcp-server receives a total of 81 weekly downloads. As such, @mulesoft/mcp-server popularity was classified as not popular.
We found that @mulesoft/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.