# danielmiessler/Fabric | Model Context Protocol (MCP) Server > Fabric is an open-source framework for augmenting humans using AI. It provides a modular system for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere. - **Stars**: ⭐ 43,388 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Fabric": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Fabric" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Fabric": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Fabric" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Fabric` - **Docker**: `docker run -i --rm mcp/Fabric`