3 paragraphs of lorem ipsum
Generate 3 paragraphs of lorem ipsum placeholder text, ready to copy into a mockup.
Use this tool from AI agents
This tool's engine is available to AI agents over MCP as lorem_ipsum. Add the Clean.tools server, then your agent can call it directly.
claude mcp add --transport http clean-tools https://mcp.clean.tools/mcpclaude mcp add --transport http clean-tools https://mcp.clean.tools/mcp{"mcpServers":{"clean-tools":{"command":"npx","args":["-y","@clean-tools/mcp"]}}}{"mcpServers":{"clean-tools":{"command":"npx","args":["-y","@clean-tools/mcp"]}}}https://mcp.clean.tools/mcphttps://mcp.clean.tools/mcpOr call it over plain HTTP from any script. Same engine, JSON in and JSON out, no key:
curl -s https://api.clean.tools/v1/lorem_ipsum \
-H 'content-type: application/json' \
-d '{"mode":"paragraphs","count":3}'curl -s https://api.clean.tools/v1/lorem_ipsum \
-H 'content-type: application/json' \
-d '{"mode":"paragraphs","count":3}'const res = await fetch("https://api.clean.tools/v1/lorem_ipsum", {
method: "POST",
headers: { "content-type": "application/json" },
body: JSON.stringify({"mode":"paragraphs","count":3})
});
const data = await res.json();const res = await fetch("https://api.clean.tools/v1/lorem_ipsum", {
method: "POST",
headers: { "content-type": "application/json" },
body: JSON.stringify({"mode":"paragraphs","count":3})
});
const data = await res.json();3 paragraphs of lorem ipsum
This page is preset to generate 3 paragraphs of classic lorem ipsum placeholder text, the amount that fills a typical content block or article stub in a design mockup. Copy it with one click, or change the count and mode above for sentences or words instead.
The text is drawn from the standard lorem ipsum corpus and generated in your browser. No cost, no signup, no tracking.
Frequently asked questions
Why use lorem ipsum instead of real text?
Placeholder text lets you judge layout, spacing, and typography without being distracted by the meaning of real copy. Lorem ipsum has a natural distribution of word lengths, so it looks like real prose at a glance.
More developer presets
Use Clean.tools from your AI agent
This tool is also lorem_ipsum on the Clean.tools MCP server — the same engine, callable by your AI agent directly. No key, no signup: requests are processed in memory and request contents are never stored.
claude mcp add --scope user --transport http clean-tools https://mcp.clean.tools/mcpclaude mcp add --scope user --transport http clean-tools https://mcp.clean.tools/mcphttps://mcp.clean.tools/mcphttps://mcp.clean.tools/mcpEvery tool, the REST API, and setup for Cursor, Claude Desktop, VS Code & more →