Skip to main content
Glama

Civitai MCP Server

search_models_by_creator

Find AI models created by a specific user on Civitai. Filter results by username, set a limit, and sort by highest rated, most downloaded, or newest models.

Instructions

Search for models by a specific creator

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of models to return (default: 20)
sortNoSort order for results
usernameYesCreator username to search for

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of models to return (default: 20)", "maximum": 100, "minimum": 1, "type": "number" }, "sort": { "description": "Sort order for results", "enum": [ "Highest Rated", "Most Downloaded", "Newest" ], "type": "string" }, "username": { "description": "Creator username to search for", "type": "string" } }, "required": [ "username" ], "type": "object" }

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