← Developer presets

3 paragraphs of lorem ipsum

Generate 3 paragraphs of lorem ipsum placeholder text, ready to copy into a mockup.

Mode
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 Code
claude mcp add --transport http clean-tools https://mcp.clean.tools/mcp
Claude Desktop (mcpServers)
{"mcpServers":{"clean-tools":{"command":"npx","args":["-y","@clean-tools/mcp"]}}}
Cursor
https://mcp.clean.tools/mcp

Or call it over plain HTTP from any script. Same engine, JSON in and JSON out, no key:

curl
curl -s https://api.clean.tools/v1/lorem_ipsum \ -H 'content-type: application/json' \ -d '{"mode":"paragraphs","count":3}'
JavaScript
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

View all tools

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 Code
claude mcp add --scope user --transport http clean-tools https://mcp.clean.tools/mcp
Any MCP client (streamable HTTP, authless)
https://mcp.clean.tools/mcp

Every tool, the REST API, and setup for Cursor, Claude Desktop, VS Code & more →