package.json•562 B
{
"name": "fun-mcp-server",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"bin": {
"fun-mcp-server": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["mcp", "claude", "fun", "jokes", "quotes", "facts", "advice"],
"author": "",
"license": "ISC",
"description": "An MCP server that provides random jokes, quotes, facts, and advice for Claude Desktop",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.0.1",
"zod": "^3.22.4"
}
}