MCP server that lets AI assistants set up, run, and test a local Apache Kafka + WSO2 Ballerina Integrator environment — one command to go from zero to a working producer/consumer flow.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"wso2-bi-kafka-mcp-se": {
"command": "npx",
"args": [
"-y",
"PasinduGunarathne/wso2-bi-kafka-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add wso2-bi-kafka-mcp-se npx -y PasinduGunarathne/wso2-bi-kafka-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"wso2-bi-kafka-mcp-se": {
"command": "npx",
"args": [
"-y",
"PasinduGunarathne/wso2-bi-kafka-mcp-server"
]
}
}
}
📋 Copy