Productivity|Development|AI / ML|Cloud|UtilitiesPython

MaxKB

MaxKB is an open-source platform for building enterprise-grade agents.

Free
N/A rating (0 reviews)0 installs20,674 GitHub stars
open-sourceenterprise-gradeagents

MaxKB integrates Retrieval-Augmented Generation (RAG) pipelines, supports robust workflows, and provides advanced MCP tool-use capabilities. It is widely applied in scenarios such as intelligent customer service, corporate internal knowledge bases, academic research, and education.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "maxkb-1": {
      "args": [
        "maxkb"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.