loading…
Search for a command to run...
loading…
Faker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Faker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Faker Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_fake_data |
Generate fake data of a specified type (person, company, address, email, phone). |
generate_profile |
Generate a complete fake user profile with name, contact, address, employment, a |
generate_address |
Generate realistic fake addresses with street, city, postcode, and country. |
generate_company |
Generate a fake company with name, industry, address, registration, and financia |
generate_dataset |
Generate a tabular fake dataset with specified columns. Supports: name, email, a |
pip install meok-faker-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"faker-ai": {
"command": "python",
"args": ["-m", "meok_faker_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"faker-ai-mcp": {
"command": "npx",
"args": []
}
}
}