Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Jira MCP Server
  • Kubectl MCP Tool
  • MCP Apple Reminders
  • OpenSearch MCP Server
  • Kintone MCP Server
Back to MCP Servers
DF-MCP

DF-MCP

Public
dreamfactorysoftware/df-mcp

DreamFactory MCP Server enables AI assistants like Claude to directly query your databases through DreamFactory's auto-generated REST APIs. This Node.js server implements the Model Context Protocol (MCP), allowing natural language database interactions while maintaining enterprise-grade security.

Verified
typescript
0 tools
May 30, 2025
Updated May 30, 2025

DreamFactory MCP

A Model Context Protocol (MCP) server for DreamFactory integration with Claude.

Installation

  1. Clone this repository:

    git clone 
    cd df-mcp
    
  2. Install dependencies:

    npm install
    
  3. Build the project:

    npm run build
    

Setting up Claude Desktop

  1. Install Claude Desktop application if you haven't already.

  2. Open Claude Desktop and navigate to Settings.

  3. In the Settings menu, go to the "Developer" section.

  4. Click on "Edit Config" to modify Claude's configuration.

  5. 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": "" } } } }
  6. Important: Modify the path in the args array to match your local installation path if different from /Users/dreamfactory/Documents/df-mcp/.

  7. Add your DreamFactory URL and API key to the DREAMFACTORY_URL DREAMFACTORY_API_KEY environment variables as required.

  8. 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 src directory
  • Built files are in the build directory
  • Use npm start to run the built server directly
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Jira MCP Server
    Jira MCP Server

    A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowi...

    Added May 30, 2025
  • Kubectl MCP Tool
    Kubectl MCP Tool

    A Model Context Protocol server that enables AI assistants to interact with Kubernetes clusters thro...

    Added May 30, 2025
  • MCP Apple Reminders
    MCP Apple Reminders

    A Model Context Protocol server that enables AI assistants to interact with Apple Reminders on macOS...

    Added May 30, 2025
  • OpenSearch MCP Server
    OpenSearch MCP Server

    A Model Context Protocol server implementation that enables natural language interactions with OpenS...

    6 tools
    Added May 30, 2025
  • Kintone MCP Server
    Kintone MCP Server

    A Model Context Protocol server that enables Claude and other AI assistants to access and update Kin...

    25 tools
    Added May 30, 2025