MCP server for apiai.me — use AI image processing tools directly from VS Code, Cursor, and other MCP-enabled editors.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"apiai-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP (Model Context Protocol) server for apiai.me — use AI image processing tools directly from your editor.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / design
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for Apiai Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP (Model Context Protocol) server for apiai.me — use AI image processing tools directly from your editor.
sudo curl -L https://github.com/antonstroberg/apiai-mcp-server/releases/latest/download/apiai-mcp-server-darwin-arm64 -o /usr/local/bin/apiai-mcp-server && sudo chmod +x /usr/local/bin/apiai-mcp-server
sudo curl -L https://github.com/antonstroberg/apiai-mcp-server/releases/latest/download/apiai-mcp-server-darwin-amd64 -o /usr/local/bin/apiai-mcp-server && sudo chmod +x /usr/local/bin/apiai-mcp-server
sudo curl -L https://github.com/antonstroberg/apiai-mcp-server/releases/latest/download/apiai-mcp-server-linux-amd64 -o /usr/local/bin/apiai-mcp-server && sudo chmod +x /usr/local/bin/apiai-mcp-server
Download apiai-mcp-server-windows-amd64.exe from the releases page.
.vscode/mcp.json{
"servers": {
"apiai": {
"command": "apiai-mcp-server",
"env": {
"APIAI_API_KEY": "ak_xxxx",
"APIAI_BASE_URL": "https://apiai.me"
}
}
}
}
.cursor/mcp.json{
"mcpServers": {
"apiai": {
"command": "apiai-mcp-server",
"env": {
"APIAI_API_KEY": "ak_xxxx",
"APIAI_BASE_URL": "https://apiai.me"
}
}
}
}
| Tool | Description |
|---|---|
remove_background | Remove background from an image |
generate_image | Generate an image from a text prompt |
upscale_image | Upscale an image |
crop_image | Smart-crop an image |
extract_colors | Extract dominant colors from an image |
check_transparency | Check if an image has transparency |
greyscale | Convert an image to greyscale |
stealth_mode | Apply stealth watermark to an image |
MIT