klavis (MCP Server)

GitHub

Klavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "klavis": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-klavis"
      ]
    }
  }
}