README.md
Enables interaction with the Civitai API to search for AI models and images.
Enables interaction with the Civitai API to search for AI models, browse images, and access creator information. It provides tools for filtering models by popularity, rating, or type and retrieving detailed version metadata.
Tools (4)
search_modelsSearch for AI models on Civitai with filters for popularity, rating, or type.get_model_detailsRetrieve detailed metadata and version information for a specific model.browse_imagesBrowse and filter images uploaded to Civitai.get_creator_infoAccess information about specific model creators on the platform.Environment Variables
CIVITAI_API_KEYrequiredAPI key for authenticating with Civitai servicesConfiguration
claude_desktop_config.json
{
"mcpServers": {
"civitai": {
"command": "npx",
"args": [
"-y",
"@waura/civitai-mcp-server"
],
"env": {
"CIVITAI_API_KEY": "your_api_key_here"
}
}
}
}Try it
→Search Civitai for the most popular SDXL Pony models from the last month.
→Find high-rated LoRA models for architectural photography on Civitai.
→Show me the latest trending images on Civitai and their generation metadata.
→Get the details and download links for model ID 123456.
→Look up the profile and published models for the creator 'waura' on Civitai.