MCP server for comedy writing — humor theory, techniques, and comedian knowledge.
Part of the CRAFT content studio.
| 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 |
{
"mcpServers": {
"comedy": {
"command": "node",
"args": ["dist/index.js"]
}
}
}docker build -t mcp-comedy .
docker run -p 8080:8080 -e MCP_TRANSPORT=http mcp-comedynpm install
npm run build
node dist/index.jsRequires Node.js 22+.