Platform Support: macOS, Linux, Windows
Transport Modes: Stdio (local) and HTTP (remote)
Configuration:
.cursor/mcp.json or Cursor settingsLocal (Stdio) Setup
Configuration file: Add to Cursor settings or.cursor/mcp.json in your project:
Remote (HTTP) Setup
Testing the Connection
- Restart Cursor after configuration
- Open the AI chat panel
- Ask “What tools are available?”
- Test with “Show me the IBM i system status”
Troubleshooting
Server Not Appearing
Server Not Appearing
- Verify JSON syntax in configuration file
- Restart Cursor completely
- Check that
npx -y @ibm/ibmi-mcp-server@latestworks from terminal - Ensure all paths are absolute
Authentication Failed
Authentication Failed
- Verify server is running with authentication enabled
- Check token hasn’t expired
- Get fresh token:
node get-access-token.js --verbose
Next Steps
SQL Tools
Create custom SQL tools
Configuration
Explore all configuration options
Quick Start
Basic server setup guide
Other Clients
Explore other MCP clients