MCP Server Hub
Production-ready Model Context Protocol servers for Claude and other AI assistants. Local execution, no cloud dependencies, instant integration.
Creative Juices
Randomness tools for divergent thinking. Breaks predictable AI patterns with concrete metaphors and strategic frameworks.
CTO Tools
Engineering leadership frameworks. Structured approach to weekly reviews, team analysis, and strategic decisions.
What is Model Context Protocol?
MCP is an open protocol that standardizes how applications provide context to Large Language Models. Think of it as a USB-C port for AI: a universal interface that lets any AI assistant connect to any tool, regardless of implementation details.
Install uv (if needed)
curl -LsSf https://astral.sh/uv/install.sh | sh
Add to Claude Desktop config
Edit: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"creative-juices": {
"command": "uvx",
"args": [
"run",
"--with", "mcp",
"--with", "httpx",
"https://ai.yuda.me/mcp/creative-juices/client.py"
]
}
}
}
Restart Claude Desktop
Completely quit Claude Desktop (Cmd+Q on macOS) and reopen. Look for the 🔌 icon in the bottom-right corner.