moonbit_mcp

123123213weqw/moonbit_mcp
★ 0 stars MoonBit AI/LLM Updated today
A MoonBit SDK for the Model Context Protocol (MCP). Build MCP servers and clients in MoonBit.
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": {
    "moonbit_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "123123213weqw/moonbit_mcp"
      ]
    }
  }
}

README Excerpt

**A MoonBit SDK for the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP).** Build MCP servers and clients in MoonBit — connect to Claude, Cursor, and any MCP-compatible AI agent. ```bash moon add 123123213weqw/moonbit_mcp ``` ```moonbit import { "123123213weqw/moonbit_mcp" @mcp, } ///|