loading…
Search for a command to run...
loading…
Lorem Ipsum AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Lorem Ipsum AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Lorem Ipsum Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_paragraphs |
Generate placeholder paragraphs. Styles: lorem (classic), tech, business, nature |
generate_sentences |
Generate individual placeholder sentences with configurable length. |
generate_words |
Generate a specific number of placeholder words. |
generate_structured |
Generate structured placeholder content. Templates: article, email, list, table, |
pip install meok-lorem-ipsum-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"lorem-ipsum-ai": {
"command": "python",
"args": ["-m", "meok_lorem_ipsum_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"lorem-ipsum-ai-mcp": {
"command": "npx",
"args": []
}
}
}