Installation¶

MCP Fabric provides components for both Python environments and Node.js/TypeScript runtime infrastructures.

Python Package¶

To install the Python SDK and CLI tool:

pip install mcp-fabric

Or install locally from the repository:

cd python
pip install -e .

TypeScript / Node.js Workspace¶

For Node.js projects or infrastructure running TypeScript services:

npm install
npm run build

Requirements¶

  • Python >= 3.10

  • Node.js >= 18.0.0

  • MCP SDK >= 1.0.0