Cowsay MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cowsay MCP Servermake a dragon say 'Welcome to the team!'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cowsay-mcp
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 messagecowthink: Generate ASCII art with a cow thinking your messagelist_cows: List all available cow characters
Related MCP server: artscii
📦 Installation
Installing via Smithery
To install cowsay-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @mrseanchow/cowsay-mcp --client claudeManual Installation
npm install -g cowsay-mcpUsing 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 cowsmall: A smaller version of the default cowtux: A penguin charactermoose: A moose charactersheep: A sheep characterdragon: A dragon characterelephant: An elephant characterskeleton: A skeleton characterstimpy: 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityCmaintenanceExposes ASCIIFlow drawing primitives as tools to enable AI assistants to generate ASCII wireframes and diagrams from natural language descriptions. It provides commands for creating canvases and drawing boxes, lines, arrows, and text using a character-grid coordinate system.81
- AlicenseAqualityCmaintenanceASCII art & kaomoji for AI agents, CLI tools, and chatbots.11381MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to create, animate, and export ASCII art using natural language, with live browser sync.96368MIT
- Alicense-qualityBmaintenanceEnables AI to display its current mood as a locally generated ASCII face using Stable Diffusion, with a tool feel(emotion) that the AI can call to update the terminal display.MIT
Related MCP Connectors
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
LLM chat, text summarization and AI image generation
Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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