akhq-mcp-server

akhq-mcp-server

3.2

If you are the rightful owner of akhq-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The akhq-mcp-server is an experimental Model Context Protocol server designed for the Kafka monitoring tool AKHQ, enabling AI assistants like Claude and Cursor to connect and collaborate with users within AKHQ.

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 and akhq-mcp-serveras argument.
  {
    "mcpServers": {
      "akhq": {
        "command": "npx",
        "args": ["akhq-mcp-server"]
      }
    }
  }