apiz-mcp
v0.2.0
Published
MCP (Model Context Protocol) server for apiz.ai — exposes generate / get_result / search_models / guide / account / speak / parse_video / transfer_url tools
Maintainers
Keywords
Readme
apiz-mcp
MCP (Model Context Protocol) server that exposes the apiz.ai AI generation platform to MCP-compatible clients like Cursor, Claude Desktop and Cline.
Status: Phase 1B scaffolding. Tool definitions are stubbed; the stdio server lands in Phase 5B.
Package name note: published as
apiz-mcp(not@apiz/mcp) because the@apizscope and unscopedapizare both reserved on npm by other accounts. Depends onapiz-sdk.
Use it (when shipped)
~/.cursor/mcp.json:
{
"mcpServers": {
"apiz": {
"command": "npx",
"args": ["-y", "apiz-mcp"],
"env": { "APIZ_API_KEY": "sk-..." }
}
}
}Tools
8 tools, identical to the legacy user-xskill-ai MCP for drop-in replacement:
generate— Generate an image or videoget_result— Poll a task's status / resultsearch_models— Discover models by category / capability / keywordguide— Fetch model usage tutorialsaccount— Balance, daily check-in, packages, payment linksspeak— TTS / voice managementparse_video— Extract no-watermark video URL from share linkstransfer_url— Mirror an external URL into apiz CDN
License
Apache-2.0
