MCP Server
Visual Studio Code
"mcp": {
"servers": {
"Kafka UI": {
"type": "sse",
"url": "http://hostname:8080/mcp/sse"
}
}
}Claude
{
"mcpServers": {
"kafka": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8080/mcp/sse",
"--transport",
"sse-only",
"--allow-http"
]
}
}
}Last updated
Was this helpful?