Skip to main content
Glama

Cowsay MCP Server

by mrseanchow

cowsay-mcp

smithery badge

Cowsay MCP Server, providing ASCII art cow capabilities for LLMs. This implementation allows language models to generate fun ASCII art cows with custom messages.

🛠️ Tools

  • cowsay: Generate ASCII art with a cow saying your message

  • cowthink: Generate ASCII art with a cow thinking your message

  • list_cows: List all available cow characters

📦 Installation

Installing via Smithery

To install cowsay-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @mrseanchow/cowsay-mcp --client claude

Manual Installation

npm install -g cowsay-mcp

Using npx

npx -y cowsay-mcp

🚀 Running on Cursor

Add this to your mcp.json file:

{ "mcpServers": { "cowsay-mcp": { "command": "npx", "args": ["-y", "cowsay-mcp"] } } }

🌊 Running on Windsurf

Add this to your ./codeium/windsurf/model_config.json file:

{ "mcpServers": { "cowsay-mcp": { "command": "npx", "args": ["-y", "cowsay-mcp"] } } }

🎨 Available Cow Characters

The server provides a wide variety of cow characters, including but not limited to:

  • default: The classic cow

  • small: A smaller version of the default cow

  • tux: A penguin character

  • moose: A moose character

  • sheep: A sheep character

  • dragon: A dragon character

  • elephant: An elephant character

  • skeleton: A skeleton character

  • stimpy: A Stimpy character

And many more! Use the list_cows tool to see all available characters.

📝 Example Usage

cowsay Tool

{ "name": "cowsay", "parameters": { "message": "Hello from LLM!", "cow": "tux" } }

cowthink Tool

{ "name": "cowthink", "parameters": { "message": "What should I say next?", "cow": "moose" } }

list_cows Tool

{ "name": "list_cows", "parameters": {} }

📄 License

MIT License - see LICENSE file for details.

Deploy Server
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables language models to generate fun ASCII art featuring cows and other characters saying or thinking custom messages. Provides access to various cow characters including dragons, penguins, and skeletons for creative text art generation.

  1. 🛠️ Tools
    1. 📦 Installation
      1. Installing via Smithery
      2. Manual Installation
      3. Using npx
    2. 🚀 Running on Cursor
      1. 🌊 Running on Windsurf
        1. 🎨 Available Cow Characters
          1. 📝 Example Usage
            1. cowsay Tool
            2. cowthink Tool
            3. list_cows Tool
          2. 📄 License

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrseanchow/cowsay-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server