Pixapi for Claude Desktop
io.github.pixapi-ai/pixapi-mcp
MCP server for Pixapi: check live credit pricing and balance, then generate images and video.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install Pixapi in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pixapi-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.pixapi.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs