loading…
Search for a command to run...
loading…
Ascii Art AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Ascii Art AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
ASCII Art AI MCP Server ASCII art generation and formatting tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
text_to_ascii |
Convert text to ASCII art using built-in block font. |
generate_box |
Generate a box around text with various border styles. |
table_formatter |
Format data as an ASCII table. |
progress_bar_generator |
Generate an ASCII progress bar. |
pip install meok-ascii-art-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"ascii-art-ai": {
"command": "python",
"args": ["-m", "meok_ascii_art_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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"ascii-art-ai-mcp": {
"command": "npx",
"args": []
}
}
}