Dog API MCP Server

April 16, 2025 ยท View on GitHub

A Model Context Protocol (MCP) server that provides random dog images using the Dog CEO API.

Features

  • Fetch random dog images from various breeds
  • No API key required

Installation

  1. Install dependencies using UV:
uv sync

MCP Server Configuration

Add this to your Cline MCP settings file (cline_mcp_settings.json):

{
  "mcpServers": {
    "dog-image": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/dog-api-mcp",
        "run",
        "dog-api.py"
      ]
    }
  }
}