Enables seamless integration of DreamFactory APIs with Claude via the Model Context Protocol, providing streamlined access to DreamFactory's features through Claude Desktop.
Unlock the full potential of DF-MCP through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
A Model Context Protocol (MCP) server for DreamFactory integration with Claude.
Clone this repository:
git clone
cd df-mcp
Install dependencies:
npm install
Build the project:
npm run build
Install Claude Desktop application if you haven't already.
Open Claude Desktop and navigate to Settings.
In the Settings menu, go to the "Developer" section.
Click on "Edit Config" to modify Claude's configuration.
Add the following configuration to enable the DreamFactory MCP server:
{ "mcpServers": { "add": { "command": "node", "args": [ "/Users/dreamfactory/Documents/df-mcp/build/index.js" ], "env": { "DREAMFACTORY_URL": "https://example.dreamfactory.com/api/v2/", "DREAMFACTORY_API_KEY": "" } } } }
Important: Modify the path in the args
array to match your local installation path if different from /Users/dreamfactory/Documents/df-mcp/
.
Add your DreamFactory URL and API key to the DREAMFACTORY_URL
DREAMFACTORY_API_KEY
environment variables as required.
Save the configuration and restart Claude Desktop.
Once configured, the DreamFactory MCP server will be available to Claude Desktop. You can use DreamFactory's capabilities through Claude's interface.
src
directorybuild
directorynpm start
to run the built server directlyDiscover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!