Skip to main content
Glama

Civitai MCP Server

get_popular_models

Retrieve top popular or downloaded AI models from Civitai’s collection, filtered by time period (AllTime, Year, Month, Week, Day) and customizable limit (up to 100 models).

Instructions

Get the most popular/downloaded models

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of models to return (default: 20)
periodNoTime period for popularity ranking (default: Week)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of models to return (default: 20)", "maximum": 100, "minimum": 1, "type": "number" }, "period": { "description": "Time period for popularity ranking (default: Week)", "enum": [ "AllTime", "Year", "Month", "Week", "Day" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from Civitai MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cicatriiz/civitai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server