Skip to content

Ibmi

Free

by MCP Community

A production-grade MCP server for IBM i

v0.4.5Added Apr 12, 2026
typescripttemplatemcpmodel-context-protocolagent
Works with:ClaudeGPTGeminiCopilot

Ibmi MCP Server

A production-grade MCP server for IBM i

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @ibm/ibmi-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "ibmi": {
      "command": "npx",
      "args": ["-y", "@ibm/ibmi-mcp-server"]
    }
  }
}