IBM Business Automation Workflow
The IBM® Business Automation Workflow MCP Server is a local Model Control Protocol (MCP) server that supports integration of AI agents with IBM® Business Automation Workflow through the Model Context Protocol.
What is IBM Business Automation Workflow?
IBM Business Automation Workflow is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ibm® business automation workflow mcp server is a local model control protocol (mcp) server that supports integration of ai agents with ibm® business automation workflow through the model context prot...
The IBM® Business Automation Workflow MCP Server is a local Model Control Protocol (MCP) server that supports integration of AI agents with IBM® Business Automation Workflow through the Model Context Protocol.
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- The IBM® Business Automation Workflow MCP Server is a local
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx ibm-bawConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use IBM Business Automation Workflow
The IBM Business Automation Workflow MCP Server connects AI agents such as Claude to IBM BAW environments (version 25.0.1 and later) through the Model Context Protocol. It dynamically discovers and exposes all custom REST services defined in your workflow automations as MCP tools, enabling AI assistants to create cases, check process status, trigger workflows, and query business data using natural language — without any manual tool registration.
Prerequisites
- Access to an IBM Business Automation Workflow environment version 25.0.1 or later
- Python 3.10 or later and uv installed (pip install uv)
- Valid credentials for the BAW environment (user/password or Zen API key)
- Network connectivity from the MCP server host to the BAW endpoint URL
Install the MCP server with uvx
Install and run the IBM BAW MCP server directly from the GitHub repository using uvx, which handles the virtualenv automatically.
uvx --from git+https://github.com/ibmbpm/ibm-baw-mcp-server ibm-baw-mcp-serverIdentify your authentication method
The server supports two auth modes: basic username/password, or a Zen API key (IBM Cloud Pak). Collect the appropriate credentials from your BAW administrator.
Set environment variables
Configure the required connection and authentication environment variables. Set VERIFY_SSL=false only in development environments with self-signed certificates.
# Basic auth
export ENDPOINT=https://baw.your-company.com
export USERID=your-username
export PASSWORD=your-password
export VERIFY_SSL=true
export LOG_LEVEL=INFO
# Or Zen API key auth
export ENDPOINT=https://baw.your-company.com
export API_KEY=your-zen-api-key
export VERIFY_SSL=trueAdd the server to Claude Desktop config
Register the IBM BAW MCP server in claude_desktop_config.json with your environment variables inline.
{
"mcpServers": {
"ibm-baw": {
"command": "uvx",
"args": ["--from", "git+https://github.com/ibmbpm/ibm-baw-mcp-server", "ibm-baw-mcp-server"],
"env": {
"ENDPOINT": "https://baw.your-company.com",
"USERID": "your-username",
"PASSWORD": "your-password",
"VERIFY_SSL": "true",
"LOG_LEVEL": "INFO"
}
}
}
}Verify tool discovery in Claude
Restart Claude Desktop and ask Claude to list the available workflow tools. The server will query BAW for all exposed REST services and surface them as tools automatically.
IBM Business Automation Workflow Examples
Client configuration
Complete claude_desktop_config.json entry for IBM BAW MCP server using Zen API key authentication.
{
"mcpServers": {
"ibm-baw": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/ibmbpm/ibm-baw-mcp-server",
"ibm-baw-mcp-server"
],
"env": {
"ENDPOINT": "https://baw.your-company.com",
"API_KEY": "ZenApiKey_your-api-key-here",
"VERIFY_SSL": "true",
"LOG_LEVEL": "INFO"
}
}
}
}Prompts to try
Example business process requests you can make once Claude is connected to your BAW environment.
- "Create a new loan application for John Smith with income $85,000 and credit score 720"
- "Get the current status of case ID LOAN-20240611-0042"
- "List all open customer onboarding tasks assigned to the operations team"
- "Trigger the document approval workflow for contract reference DOC-2024-789"Troubleshooting IBM Business Automation Workflow
No tools appear in Claude after connecting
The server only discovers REST services that have been explicitly exposed in BAW. Ask your BAW administrator to confirm that at least one process REST service is published and that your user account has the necessary permissions to call it.
SSL certificate verification errors
In development with self-signed certificates, set VERIFY_SSL=false in the env block. For production, import the BAW server's CA certificate into the Python trust store or set REQUESTS_CA_BUNDLE to the CA bundle path.
Authentication fails with 401 Unauthorized
For Zen API key auth, ensure the API_KEY value is the full key including the 'ZenApiKey' prefix if required by your BAW version. For basic auth, verify USERID and PASSWORD are correct and the account is not locked.
Frequently Asked Questions about IBM Business Automation Workflow
What is IBM Business Automation Workflow?
IBM Business Automation Workflow is a Model Context Protocol (MCP) server that ibm® business automation workflow mcp server is a local model control protocol (mcp) server that supports integration of ai agents with ibm® business automation workflow through the model context protocol. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install IBM Business Automation Workflow?
Follow the installation instructions on the IBM Business Automation Workflow GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with IBM Business Automation Workflow?
IBM Business Automation Workflow works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is IBM Business Automation Workflow free to use?
Yes, IBM Business Automation Workflow is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
IBM Business Automation Workflow Alternatives — Similar Business Applications Servers
Looking for alternatives to IBM Business Automation Workflow? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up IBM Business Automation Workflow in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use IBM Business Automation Workflow?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.