mcp-server-cowsay

tyczynski/mcp-server-cowsay

3.1

If you are the rightful owner of mcp-server-cowsay and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple MCP server to render a cow saying whatever you want.

mcp-server-cowsay

A simple MCP (Model Context Protocol) server to render a cow saying whatever you want.

For educational purposes ;)

How to use in GitHub Copilot

Put the following code snippet into mcp.json file and run a server.

// mcp.json
{ 
  "servers": {
    // ...
    "cowsay": {
      "command": "node",
      "args": ["PATH_TO_DIRECTORY/mcp-server-cowsay/index.js"]
    }
  }
}

Voilà ;)