Skip to main content
Glama

Civitai MCP Server

get_creators

Search and browse Civitai's model creators by username, with options to filter results by page number and limit output to streamline discovery of AI model creators.

Instructions

Browse and search for model creators on Civitai

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of creators to return (0-200, default 20)
pageNoPage number for pagination
queryNoSearch query to filter creators by username

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of creators to return (0-200, default 20)", "maximum": 200, "minimum": 0, "type": "number" }, "page": { "description": "Page number for pagination", "minimum": 1, "type": "number" }, "query": { "description": "Search query to filter creators by username", "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