markdown-badges

GitHub

The largest curated collection of markdown badges for your personal developer branding, profile, and projects.

RAW Config

Claude Desktop Configuration

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

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