boltons

GitHub

๐Ÿ”ฉ Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.

RAW Config

Claude Desktop Configuration

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

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