- Explore MCP Servers
- df-mcp
Df Mcp
What is Df Mcp
df-mcp is a Model Context Protocol (MCP) server designed for integration with DreamFactory, enabling AI assistants like Claude to query databases directly through auto-generated REST APIs.
Use cases
Use cases for df-mcp include enabling AI-driven data retrieval for business intelligence, automating data entry tasks, and enhancing user interactions with databases through conversational AI.
How to use
To use df-mcp, clone the repository, install dependencies using npm, and build the project. Then, configure Claude Desktop by adding the MCP server details in the settings, including the DreamFactory URL and API key.
Key features
Key features of df-mcp include seamless integration with DreamFactory, auto-generated REST APIs for database queries, and support for AI assistants like Claude to interact with data effortlessly.
Where to use
df-mcp can be used in various fields such as software development, data analysis, and AI applications where direct database querying through AI interfaces is required.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Df Mcp
df-mcp is a Model Context Protocol (MCP) server designed for integration with DreamFactory, enabling AI assistants like Claude to query databases directly through auto-generated REST APIs.
Use cases
Use cases for df-mcp include enabling AI-driven data retrieval for business intelligence, automating data entry tasks, and enhancing user interactions with databases through conversational AI.
How to use
To use df-mcp, clone the repository, install dependencies using npm, and build the project. Then, configure Claude Desktop by adding the MCP server details in the settings, including the DreamFactory URL and API key.
Key features
Key features of df-mcp include seamless integration with DreamFactory, auto-generated REST APIs for database queries, and support for AI assistants like Claude to interact with data effortlessly.
Where to use
df-mcp can be used in various fields such as software development, data analysis, and AI applications where direct database querying through AI interfaces is required.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
DreamFactory MCP
A Model Context Protocol (MCP) server for DreamFactory integration with Claude.
Installation
-
Clone this repository:
git clone <repository-url> cd df-mcp -
Install dependencies:
npm install -
Build the project:
npm run build
Setting up Claude Desktop
-
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/<service-name>", "DREAMFACTORY_API_KEY": "" } } } } -
Important: Modify the path in the
argsarray to match your local installation path if different from/Users/dreamfactory/Documents/df-mcp/. -
Add your DreamFactory URL and API key to the
DREAMFACTORY_URLDREAMFACTORY_API_KEYenvironment variables as required. -
Save the configuration and restart Claude Desktop.
Usage
Once configured, the DreamFactory MCP server will be available to Claude Desktop. You can use DreamFactory’s capabilities through Claude’s interface.
Development
- Source code is located in the
srcdirectory - Built files are in the
builddirectory - Use
npm startto run the built server directly
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










