messagekit

JeffreyIga4/messagekit
★ 0 stars TypeScript AI/LLM Updated today
Building a real-world AI automation platform with Claude Code, Bun, and the Model Context Protocol (MCP). Features local and remote MCP servers, Telegram Bot integration, reusable skills, and a modular TypeScript architecture.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "messagekit": {
      "command": "npx",
      "args": [
        "-y",
        "JeffreyIga4/messagekit"
      ]
    }
  }
}