DataMaker MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DataMaker MCP Servergenerate 100 synthetic customer records using the ecommerce template and push to my database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DataMaker MCP Server
The Automators DataMaker MCP (Model Context Protocol) server provides a seamless integration between DataMaker and the Model Context Protocol, enabling AI models to interact with DataMaker's powerful data generation capabilities.
🚀 Features
Generate synthetic data using DataMaker templates
Fetch and manage DataMaker templates
Fetch and manage DataMaker connections
Push data to DataMaker connections
Large dataset handling: Automatically stores large endpoint datasets to S3 and provides summary with view links
Execute Python scripts: Dynamically execute Python code by saving scripts to S3 and running them using the DataMaker runner
Related MCP server: Databricks MCP Server
📦 Installation
Add the following to your mcp.json file:
{
"mcpServers": {
"datamaker": {
"command": "npx",
"args": ["-y", "@automators/datamaker-mcp"],
"env": {
"DATAMAKER_API_KEY": "your-datamaker-api-key"
}
}
}
}📋 Prerequisites
Node.js (LTS version recommended)
pnpm package manager (v10.5.2 or later)
A DataMaker account with API access
AWS S3 bucket and credentials (for large dataset storage)
🏃♂️ Usage
Large Dataset Handling
The get_endpoints tool automatically detects when a large dataset is returned (more than 10 endpoints) and:
Stores the complete dataset to your configured S3 bucket
Returns a summary showing only the first 5 endpoints
Provides a secure link to view the complete dataset (expires in 24 hours)
This prevents overwhelming responses while maintaining access to all data.
Python Script Execution
The execute_python_script tool allows you to dynamically execute Python code:
Saves the script to S3 using the
/upload-textendpointExecutes the script using the DataMaker runner via the
/execute-pythonendpointReturns the execution output once the script completes
Usage Example:
# The tool accepts Python script code and a filename
execute_python_script(
script="print('Hello from DataMaker!')",
filename="hello.py"
)This enables AI models to write and execute custom Python scripts for data processing, transformation, or any other computational tasks within the DataMaker environment.
Development Mode
Create a .env file in your project root. You can copy from env.example:
cp env.example .envThen edit .env with your actual values:
DATAMAKER_URL="https://dev.datamaker.app"
DATAMAKER_API_KEY="your-datamaker-api-key"
# S3 Configuration (optional, for large dataset storage)
S3_BUCKET="your-s3-bucket-name"
S3_REGION="us-east-1"
S3_ACCESS_KEY_ID="your-aws-access-key"
S3_SECRET_ACCESS_KEY="your-aws-secret-key"Run the server with the MCP Inspector for debugging:
pnpm devThis will start the MCP server and launch the MCP Inspector interface at http://localhost:5173.
🔧 Available Scripts
pnpm build- Build the TypeScript codepnpm dev- Start the development server with MCP Inspectorpnpm changeset- Create a new changesetpnpm version- Update versions and changelogspnpm release- Build and publish the package
🚢 Release Process
This project uses Changesets to manage versions, create changelogs, and publish to npm. Here's how to make a change:
Create a new branch
Make your changes
Create a changeset:
pnpm changesetFollow the prompts to describe your changes
Commit the changeset file along with your changes
Push to your branch
Create a PR on GitHub
The GitHub Actions workflow will automatically:
Create a PR with version updates and changelog
Publish to npm when the PR is merged
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📄 License
MIT License - See LICENSE for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Let AI agents query data and act across all your business apps via MCP.
- OleanderOAuthdev.oleander
The all-in-one data stack for agents. Upload files, run SQL, evolve tables, and render charts.
Connect AI agents to 1000+ apps with managed authentication and tool-calling.
Related MCP Servers
AlicenseNot gradedqualityCmaintenanceEnables LLM agents to interact with the MOSTLY AI Platform for generating synthetic data, including training generators, managing data connectors, executing queries, and generating synthetic datasets with OAuth 2.1 authentication.2Apache 2.0- AlicenseNot gradedqualityNot gradedmaintenanceEnables LLMs to manage Databricks clusters, jobs, and notebooks while providing schema references for gold and silver data layers. It allows agents to perform data discovery and execute SQL queries directly against Databricks environments.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to perform comprehensive Snowflake database operations including DDL, DML, and warehouse management. It allows users to query data, manage database objects, and configure permissions using natural language commands.MIT
- AlicenseNot gradedqualityAmaintenanceGives LLM agents access to local and remote data via databases, files, graphs, and structured documents, along with a full data science toolkit for analysis and modeling.4Apache 2.0