camel (MCP Server)

GitHub

Apache Camel is an open source integration framework with 350+ connectors. Write routes in Java, YAML, or XML. Run on Spring Boot, Quarkus, or standalone. Apache License 2.0.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "camel": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-camel"
      ]
    }
  }
}