Skip to main content
Glama

Civitai MCP Server

browse_images

Explore and filter AI-generated images from Civitai by model, creator, or content level, with options to sort by reactions, comments, or recency.

Instructions

Browse AI-generated images from Civitai

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of images to return (1-200, default 100)
modelIdNoFilter images from a specific model
modelVersionIdNoFilter images from a specific model version
nsfwNoNSFW content level filter
pageNoPage number for pagination
periodNoTime period for sorting
postIdNoGet images from a specific post
sortNoSort order for images
usernameNoFilter images by creator username

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of images to return (1-200, default 100)", "maximum": 200, "minimum": 1, "type": "number" }, "modelId": { "description": "Filter images from a specific model", "type": "number" }, "modelVersionId": { "description": "Filter images from a specific model version", "type": "number" }, "nsfw": { "description": "NSFW content level filter", "enum": [ "None", "Soft", "Mature", "X" ], "type": "string" }, "page": { "description": "Page number for pagination", "minimum": 1, "type": "number" }, "period": { "description": "Time period for sorting", "enum": [ "AllTime", "Year", "Month", "Week", "Day" ], "type": "string" }, "postId": { "description": "Get images from a specific post", "type": "number" }, "sort": { "description": "Sort order for images", "enum": [ "Most Reactions", "Most Comments", "Newest" ], "type": "string" }, "username": { "description": "Filter images by creator username", "type": "string" } }, "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