mcpbeat Sign in

Generate-Data MCP Server

local only

Generate-Data runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 8 Sep 2026.

MCP server for Generate-Data.com: dataset generation, AI schema design, Project management.

Installs per day peak 30 · avg 13 · +0% w/w
a month agotoday
80
Installs / week
pypi · generate-data-mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Generate-Data every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add generate-data-mcp -- uvx generate-data-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "generate-data-mcp": {
      "args": [
        "generate-data-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.generate-data-mcp]
command = "uvx"
args = ["generate-data-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "generate-data-mcp": {
      "args": [
        "generate-data-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "generate-data-mcp": {
      "args": [
        "generate-data-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GENERATE_DATA_API_KEY (Generate-Data.com API key (Settings -> API Access). Required.), GENERATE_DATA_API_BASE_URL (Override the Generate-Data.com API base URL (defaults to https://api.generate-data.com).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Generate-Data

same job, measured the same way
Readme
by ryudi84

MCP server for README.md generation from project metadata

local only
Neosyn Fpga MCP
by neosyn

AI-agent MCP server for FPGA design: compile, validate & generate Verilog from C⏚ HDL.

local only
Opentalk2html Notmd
by aimino-tech

MCP server for HTML generation from AI agents

38 installs/wk local only
Project Management AI MCP
by csoai-org

Project Management Ai MCP Server by MEOK AI Labs

197 installs/wk local only
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only
Touchdesigner MCP Server
by 8beeeaaat

MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents

1 646 installs/wk local only
Orionbelt Analytics
by ralfbecher

Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation

1 038 installs/wk local only
MCP Flux Pro
by acedatacloud

MCP server for Flux AI image generation

815 installs/wk answering

Generate-Data — questions

Answers built from our own checks of this server.

Why is there no uptime for Generate-Data?
Generate-Data runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package generate-data-mcp was installed 80 times last week.
How do I connect Generate-Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls generate-data-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Generate-Data?
The pypi package generate-data-mcp was installed 80 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Generate-Data open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.