Skip to content

VibeSmiths/mcp-comedy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcp-comedy

MCP server for comedy writing — humor theory, techniques, and comedian knowledge.

Part of the CRAFT content studio.

Tools

Tool Description
comedy_theory Humor psychology and why things are funny
comedy_history Historical evolution of comedy genres
famous_comedians Styles and techniques of notable comedians
comedy_techniques Practical comedy writing methods

Usage

Stdio (Claude Code / local)

{
  "mcpServers": {
    "comedy": {
      "command": "node",
      "args": ["dist/index.js"]
    }
  }
}

HTTP (Docker / Kubernetes)

docker build -t mcp-comedy .
docker run -p 8080:8080 -e MCP_TRANSPORT=http mcp-comedy

Development

npm install
npm run build
node dist/index.js

Requires Node.js 22+.

About

MCP server for comedy writing — humor theory, techniques, and comedian knowledge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors