fabric mcp for Cursor
io.github.mpzarde/fabric-mcp
MCP server for Fabric AI patterns
client:Cursor
transport:stdio
runtime:npm
Install fabric mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fabric-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@angrydad67/fabric-mcp-server"
],
"env": {
"FABRIC_PATH": "<FABRIC_PATH>",
"YTDLP_PATH": "<YTDLP_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs