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
search_cli_commands
- Search Minima CLI commandsget_wallet_patterns
- Get UI patterns and code snippetsgenerate_minidapp
- Generate complete MiniDAPP projectsvalidate_minidapp_structure
- Validate MiniDAPP structureexplain_mds_integration
- Learn MDS command integration
Resources Available
minima://cli-commands
- Complete CLI command referenceminima://wallet-patterns
- UI patterns and code snippetsminima://templates
- MiniDAPP templatesminima://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