Give your AI Agent terminal access to your IBM i system via TN5250. ibmi-mcp is an MCP server that lets AI Agents like Claude interact with IBM i the same way a human would through a 5250 green-screen…
{
"mcpServers": {
"ibmi": {
"command": "uvx",
"args": [
"ibmi-mcp"
]
}
}
}