Font-Awesome (MCP Server)

GitHub

The iconic SVG, font, and CSS toolkit

Claude Desktop Configuration

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

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