Add the MCP server to your Cursor configuration at ~/.cursor/mcp.json:
{
"mcpServers": {
"confluent": {
"command": "npx",
"args": ["-y", "@confluentinc/mcp-confluent", "-e", "/path/to/.env"]
}
}
}See the Cursor MCP documentation for more details.