Extend Factory’s capabilities with custom tools and data sources using Model Context Protocol
~/Library/Application Support/Factory Bridge/mcp.json
%APPDATA%\Factory Bridge\mcp.json
mcpServers
: An object containing named server configurationscommand
: The executable to run (required)args
: Array of command-line arguments (required)env
: Optional environment variables to pass to the serverdisabled
: Optional boolean to temporarily disable a server without removing itgoogle-maps
server provides tools for interacting with Google Mapsfirecrawl
server is enabled and configured with an API keyslack
server is disabled (it won’t be loaded) but its configuration is preserved for future usemcp.json
file:
disabled
field allows you to temporarily disable a server without removing its configuration. This is useful for:
"disabled": true
to its configuration:
disabled
field or set it to false
.
npx
Executionnpx
works out-of-the-box on macOS / Linux, but Windows users may encounter issues when trying to execute npx
commands.
Why it happens:npx
is a script (npx.cmd
/ npx.ps1
), not an executable. MCP stdio servers launch without shell access, so Windows cannot run the script directly.
cmd /c