akhq-mcp-server
v1.0.2
Published
Model Context Protocol (MCP) server implementation for AKHQ - GUI for Apache Kafka
Maintainers
Readme
akhq-mcp-server
Experimental Model Context Protocol (MCP) server for Kafka monitoring tool AKHQ. Helps AI assistants like Claude and Cursor to connect to and work beside the user in AKHQ.
Installation
Make sure you have Node installed.
- Add the tool to MCP clients like Cursor or Claude by opening the tool's MCP settings file and specify a new server with
npxas the command andakhq-mcp-serveras argument.
{
"mcpServers": {
"akhq": {
"command": "npx",
"args": ["akhq-mcp-server"]
}
}
}