Civitai MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_modelsC | Search for AI models on Civitai with various filters |
| get_modelC | Get detailed information about a specific model by ID |
| get_model_versionC | Get detailed information about a specific model version |
| get_model_version_by_hashC | Get model version information by file hash |
| browse_imagesC | Browse AI-generated images from Civitai |
| get_creatorsC | Browse and search for model creators on Civitai |
| get_tagsC | Browse and search for model tags on Civitai |
| get_popular_modelsC | Get the most popular/downloaded models |
| get_latest_modelsC | Get the newest models uploaded to Civitai |
| get_top_rated_modelsC | Get the highest rated models |
| search_models_by_tagC | Search for models by a specific tag |
| search_models_by_creatorC | Search for models by a specific creator |
| get_models_by_typeC | Get models filtered by type (Checkpoint, LORA, etc.) |
| get_download_urlC | Get the download URL for a specific model version |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 14 tools
Most tools have distinct purposes focused on different aspects of the Civitai platform (browsing images, getting creators, downloading models, searching with various filters). However, there is some overlap between search_models, search_models_by_creator, and search_models_by_tag that could potentially cause confusion about which to use for specific search scenarios.
All tool names follow a consistent verb_noun pattern with clear, descriptive names. The naming convention is uniform throughout (get_, browse_, search_) with no mixing of styles or conventions.
14 tools is well-scoped for a Civitai server covering models, creators, tags, and images. Each tool appears to serve a specific purpose within the domain without obvious redundancy or bloat.
The toolset provides comprehensive coverage for browsing, searching, and retrieving information about models, creators, tags, and images. Minor gaps might include operations like creating or updating content (if the API supports it), but for a read-only browsing interface, the coverage is quite complete.