Loading languages...
AK

akhq-mcp-server

@saarw1

Experimental Model Context Protocol server for Kafka monitoring tool AKHQ

Kafka
AKHQ
monitoring

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. Screenshot of MCP server in use in Cursor

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"]
      }
    }
  }

# mcpServer Config

{
  "mcpServers": {
    "akhq": {
      "command": "npx",
      "args": [
        "akhq-mcp-server"
      ]
    }
  }
}

# stdio

npx akhq-mcp-server
Transport:
stdio
Language:
JavaScript
Created: 4/14/2025
Updated: 4/23/2025