MCP Directory
Back

Boomi-mcp-server

by AshwathDAzur · Python · ★ 0

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that connects Claude AI directly to your **Boomi AtomSphere** account. It exposes Boomi integration platform operations as natural-language tools — letting you list processes, trigger executions, inspect atoms, and diagnose errors by simply talking to Claude.

#boomi#claude#mcp-server#python

Install

pip install git+https://github.com/AshwathDAzur/Boomi-mcp-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "boomi-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/AshwathDAzur/Boomi-mcp-server.git"
      ]
    }
  }
}

From the README

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that connects Claude AI directly to your **Boomi AtomSphere** account. It exposes Boomi integration platform operations as natural-language tools — letting you list processes, trigger executions, inspect atoms, and diagnose errors by simply talking to Claude. **** handles all HTTP calls to using Basic Auth (Base64-encoded ). **** wraps each client method as an that Claude can call. Tools return human-readable strings — Claude interprets and summarises them. --- - Python 3.10+ - A Boomi AtomSphere account (trial or p…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers