pipeworx-io/mcp-lorem
MCP server for lorem ipsum placeholder text via loripsum.net
Platform-specific configuration:
{
"mcpServers": {
"mcp-lorem": {
"command": "npx",
"args": [
"-y",
"mcp-lorem"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for lorem ipsum placeholder text via loripsum.net. No authentication required.
| Tool | Description | |------|-------------| | generate_paragraphs | Generate plain-text lorem ipsum paragraphs | | generate_with_options | Generate lorem ipsum HTML with headers, code blocks, and lists |
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "lorem_generate_paragraphs",
"arguments": { "count": 3, "length": "medium" }
},
"id": 1
}'MIT
Loading reviews...