Civitai MCP Server

$npx -y @waura/civitai-mcp-server
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 services

Configuration

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.

Frequently Asked Questions

How do I install Civitai MCP Server?

Install Civitai MCP Server by running: npx -y @waura/civitai-mcp-server

What MCP clients work with Civitai MCP Server?

Civitai MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Civitai MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free