MuleSoft Math MCP Server - A Model Context Protocol server built with MuleSoft Anypoint MCP Connector
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mulesoft-math-mcp-se": {
"command": "npx",
"args": [
"-y",
"muleaceacademy/mulesoft-math-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mulesoft-math-mcp-se npx -y muleaceacademy/mulesoft-math-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mulesoft-math-mcp-se": {
"command": "npx",
"args": [
"-y",
"muleaceacademy/mulesoft-math-mcp-server"
]
}
}
}