minima-mcp-server

Jazminima/minima-mcp-server

3.2

If you are the rightful owner of minima-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Minima MCP server is a protocol server designed to facilitate communication and data exchange between different systems using the Model Context Protocol (MCP).

Minima MCP Server

An MCP (Model Context Protocol) server that provides tools and context for building MiniDAPPs on the Minima blockchain.

Features

  • CLI Command Search: Search and explore Minima terminal commands
  • Wallet Patterns: Get code snippets for common wallet functionality
  • MiniDAPP Generation: Generate complete MiniDAPP projects
  • Structure Validation: Validate MiniDAPP files and structure
  • MDS Integration: Learn how to integrate MDS commands

Installation

pip install minima-mcp-server

Usage with Claude Desktop

Add to your Claude Desktop config:

{
  "mcpServers": {
    "minima-dev": {
      "command": "minima-mcp-server"
    }
  }
}

Tools Available

  1. search_cli_commands - Search Minima CLI commands
  2. get_wallet_patterns - Get UI patterns and code snippets
  3. generate_minidapp - Generate complete MiniDAPP projects
  4. validate_minidapp_structure - Validate MiniDAPP structure
  5. explain_mds_integration - Learn MDS command integration

Resources Available

  • minima://cli-commands - Complete CLI command reference
  • minima://wallet-patterns - UI patterns and code snippets
  • minima://templates - MiniDAPP templates
  • minima://mds-api - MDS API documentation

Development

# Clone repository
git clone https://github.com/yourusername/minima-mcp-server
cd minima-mcp-server

# Install dependencies
pip install -e .

# Run server
python -m minima_mcp_server.server