Supra Code Generator MCP - Secure MCP Server by ALMC Security 2025

Supra Code Generator MCP

View on GitHub

Supra Code Generator MCP

Lean MCP integration for generating Supra Move contracts and TypeScript SDK code.

Follow on TwitterJoin Discord

One-Click Installation

curl -fsSL https://raw.githubusercontent.com/JatinSupra/SUPRA-mcp-code-gen/refs/heads/main/script/set.sh | bash

Features

  • Move Contract Generation: Production-ready contracts with security patterns
  • TypeScript SDK Generation: Complete client code with examples
  • NFT Marketplace Patterns: Based on production-ready templates

Usage in Claude

Quick Demo

You: "Create an NFT marketplace with auction features"

OR

You: "Create TypeScript SDK code for an NFT marketplace."

Allow Claude to use the supra-code-MCP from the pop-up.

Manual Setup

If auto-config failed, add to Claude Desktop config:

{
  "mcpServers": {
    "supra-code-MCP": {
      "command": "node",
      "args": ["/PATH TO/supra-code-gen/build/index.js"]
    }
  }
}

Restart Claude Desktop after configuration.

Example Prompts

"Build a prediction market for sports events with supra oracle price feeds"
"Create a decentralized lending platform with collateral management"
"Build a virtual real estate marketplace"

Related in Development - Secure MCP Servers

ServerSummaryActions
MetaMCP🚨 DEPRECATED PACKAGE WARNING 🚨View
xctoolsA Model Context Protocol (MCP) server that provides structured access to Xcode development tools inc...View
MCP Emulator ControllerThis is a project to study the usage of MCP Server. This MCP Server project can be used to control t...View
Feature DiscussionA TypeScript-based Model Context Protocol (MCP) server that facilitates intelligent feature discussi...View
JSON Diff基于 Model Context Protocol (MCP) 的json对比工具View
공공 API 연동 MCP 샘플기상청 국가기후 데이터센터에서 제공하는 관광코스별 관광지 상세 날씨 조회서비스 를 사용하였다. API 관...View