A Model Context Protocol (MCP) server that provides random dog images using the Dog CEO API.
- Fetch random dog images from various breeds
- No API key required
- Install dependencies using UV:
uv syncAdd 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"
]
}
}
}