loading…
Search for a command to run...
loading…
Compression AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Compression AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Compression AI MCP Server Data compression analysis and optimization tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
estimate_ratio |
Estimate compression ratios for data using multiple algorithms. |
suggest_algorithm |
Suggest the best compression algorithm for a given use case. |
calculate_savings |
Calculate storage and bandwidth savings from compression. |
benchmark_data |
Benchmark compression of data across all available algorithms. |
pip install meok-compression-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"compression-ai": {
"command": "python",
"args": ["-m", "meok_compression_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": {
"compression-ai-mcp": {
"command": "npx",
"args": []
}
}
}