← Index

io.github.mpzarde/fabric-mcp

io.github.mpzarde/fabric-mcp·v1.0.0·Other
Quality Score
77
/100

MCP server for Fabric AI patterns

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fabric-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@angrydad67/fabric-mcp-server"
      ],
      "env": {
        "FABRIC_PATH": "<fabric_path>",
        "YTDLP_PATH": "<ytdlp_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fabric-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@angrydad67/fabric-mcp-server"
      ],
      "env": {
        "FABRIC_PATH": "<fabric_path>",
        "YTDLP_PATH": "<ytdlp_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @angrydad67/fabric-mcp-server
§02  Environment variables
FABRIC_PATH

Custom path to Fabric CLI (optional, uses PATH by default)

YTDLP_PATH

Custom path to yt-dlp CLI (optional, uses PATH by default)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other