Back to Home
my-mcp-hub icon

cat-mcp-server

Verified Safe

by my-mcp-hub

Overview

Provides an MCP server that generates customizable cat images via an external API, intended for use by LLM agents.

Installation

Run Command
npx -y cat-mcp-server

Environment Variables

  • PORT

Security Notes

The server uses `express` and listens on a configurable port. It exposes an `/mcp` endpoint for tool calls. The `GenerateCatImage` tool makes external API calls to `https://cataas.com`. Inputs to this tool are validated with Zod, mitigating injection risks for the external API. Development scripts use `child_process.spawn` with `shell: true`, which carries inherent risks, but this pattern is not used with untrusted input in the main server runtime.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassLow
Avg Tokens50
Stars1
Forks0
Last Update2026-01-15

Tags

MCPAPICat Image GeneratorToolNode.js