Image, video, chat and speech models with one API key. The model can review its own images.
claude mcp add apimodels-mcp -- npx -y apimodels-mcp
claude_desktop_config.json
{
"mcpServers": {
"apimodels-mcp": {
"command": "npx",
"args": [
"-y",
"apimodels-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"apimodels-mcp": {
"command": "npx",
"args": [
"-y",
"apimodels-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"apimodels-mcp": {
"command": "npx",
"args": [
"-y",
"apimodels-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"apimodels-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"apimodels-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"apimodels-mcp": {
"command": "npx",
"args": [
"-y",
"apimodels-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.stimQQ--apimodels-mcp/reviews or the review_server meta-tool.
POST /mcp