
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
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, search for assets in Anypoint Exchange, 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 the following scopes:
Anypoint Code Builder
General
Exchange
Runtime Manager
Anypoint Monitoring
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... |
---|---|
Deploy an existing asset in Anypoint Exchange to CloudHub 2.0 or Runtime Fabric | Deploy app using sample-asset-name from Anypoint Exchange. |
Create an implementation 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 implementation application | Deploy Mule application in current project. Deploy with high security, high availability, and performance optimized settings. |
FAQs
Mulesoft MCP Server
The npm package @mulesoft/mcp-server receives a total of 70 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.