AI_INTEGRATION_PLATFORM

MCP Server Hub

Production-ready Model Context Protocol servers for Claude and other AI assistants. Local execution, no cloud dependencies, instant integration.

AVAILABLE_SERVERS
MCP_SERVER_01

Creative Juices

Randomness tools for divergent thinking. Breaks predictable AI patterns with concrete metaphors and strategic frameworks.

TOOLS:3 AUTH:None PRIVACY:Local Only
VIEW DOCUMENTATION →
MCP_SERVER_02

CTO Tools

Engineering leadership frameworks. Structured approach to weekly reviews, team analysis, and strategic decisions.

TOOLS:1 AUTH:None PRIVACY:Local Only
VIEW DOCUMENTATION →
PROTOCOL_OVERVIEW

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.

BENEFIT_01
Standardized Interface
BENEFIT_02
Secure Execution
BENEFIT_03
Local Execution
INSTALLATION_GUIDE
01

Install uv (if needed)

curl -LsSf https://astral.sh/uv/install.sh | sh
02

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"
      ]
    }
  }
}
03

Restart Claude Desktop

Completely quit Claude Desktop (Cmd+Q on macOS) and reopen. Look for the 🔌 icon in the bottom-right corner.