DreamFactory MCP
@dreamfactorysoftware
About DreamFactory MCP
DreamFactory MCP Server enables AI assistants like Claude to directly query your databases through DreamFactory's auto-generated REST APIs.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is DreamFactory MCP?
DreamFactory MCP is a Model Context Protocol (MCP) server that integrates DreamFactory with Claude Desktop. It allows users to access DreamFactory’s API capabilities directly through Claude’s interface.
How to use DreamFactory MCP?
Clone the repository, install dependencies with npm install, build with npm run build, then configure Claude Desktop’s claude_desktop_config.json to point to the built index.js and set the DREAMFACTORY_URL and DREAMFACTORY_API_KEY environment variables. Restart Claude Desktop to enable the server.
Key features of DreamFactory MCP
- Connects Claude Desktop to a DreamFactory instance
- Uses the Model Context Protocol (MCP) for communication
- Requires only a DreamFactory URL and API key
- Simple JSON configuration in Claude Desktop settings
- Leverages DreamFactory’s REST API through natural language
Use cases of DreamFactory MCP
- Querying DreamFactory databases or services via Claude conversation
- Managing DreamFactory API endpoints through Claude’s interface
- Automating DreamFactory workflows using Claude’s reasoning
FAQ from DreamFactory MCP
How do I install DreamFactory MCP?
Clone the repo, run npm install then npm run build. Add the server configuration to Claude Desktop’s developer settings and set the required environment variables.
What environment variables are required?
You must set DREAMFACTORY_URL (your DreamFactory instance URL including service name) and DREAMFACTORY_API_KEY (your API key).
Where does DreamFactory MCP store data?
The server itself does not store data; it communicates with a remote DreamFactory instance specified by the user.
Which transport does DreamFactory MCP use?
The README does not specify the transport protocol. It runs as a subprocess of Claude Desktop via a node command.
Frequently asked questions
How do I install DreamFactory MCP?
Clone the repo, run `npm install` then `npm run build`. Add the server configuration to Claude Desktop’s developer settings and set the required environment variables.
What environment variables are required?
You must set `DREAMFACTORY_URL` (your DreamFactory instance URL including service name) and `DREAMFACTORY_API_KEY` (your API key).
Where does DreamFactory MCP store data?
The server itself does not store data; it communicates with a remote DreamFactory instance specified by the user.
Which transport does DreamFactory MCP use?
The README does not specify the transport protocol. It runs as a subprocess of Claude Desktop via a `node` command.
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments