Fabric Marketplace for Claude Desktop
io.github.fabric-protocol/fabric
Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.
client:Claude Desktop
transport:streamable-http
tools:7
Install Fabric Marketplace in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fabric": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fabric-api-393345198409.us-west1.run.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs