The fabric-mcp-server is a Model Context Protocol (MCP) server designed to expose Daniel Miessler's Fabric patterns as tools for integration with AI coding agents and assistants. By presenting Fabric’s patterns as MCP tools, the server enables AI systems to discover, select, and execute pattern-driven tasks within AI workflows. It supports Claude Desktop, Cline, and other MCP-compatible agents, offering cross-platform compatibility. The server exposes a broad catalog of Fabric patterns as individual tools (as shown in the example list such as analyze_claims, summarize, extract_wisdom, create_mermaid_visualization, etc.), with the full set available under Fabric’s data/patterns directory. Installation involves cloning the repository, running npm install, and building the TypeScript project with npm run build, producing a build/index.js that is launched via Node. Configuration steps include adding an MCP server entry to Claude Desktop or Cline settings, and the README provides example JSON blocks for both environments. This setup enables AI assistants to orchestrate Fabric-powered tasks within conversations, enhancing capabilities through AI-driven pattern execution.