Generate Model Context Protocol servers with ease. Bootstrap your MCP projects in seconds.
Everything you need to build MCP servers quickly and efficiently
Generate a complete MCP server project structure in seconds with pre-configured templates.
Support for Go, Node.js, Java, and Python (available). Choose your preferred language and get started immediately.
Stdio, REST and WebSocket (available) transport methods for your server.
Test your MCP server's resources, tools, capabilities, and initialization directly from the CLI.
Generated projects include Docker configurations and deployment scripts for easy hosting.
Templates follow MCP best practices and include example implementations for common use cases.
Easy to extend with custom templates and configurations to match your specific needs.
Get up and running in minutes
Version: v0.4.1 (latest release)
Clone the repository and build the CLI:
Create your MCP server project (non-interactive or interactive):
Flags:
--name, -n Project name--language, -l Programming language (golang, python, java, javascript/Node.js)--transport, -t Transport method (stdio, rest, websocket)--docker, -d Include Docker support--examples, -e Include example resources and tools--output, -o Output directory (default: project name)--force, -f Overwrite existing directoryStart building your MCP server:
Validate your server works correctly:
Flags:
--config, -c Path to MCP configuration file--all Test all components (resources, tools, capabilities, init)--resources Test resources--tools Test tools--capabilities Test capabilities--init Test initialization--script, -f Path to test script fileRun tests with -cover and keep coverage above 85%.
--verbose, -v Enable verbose output--quiet, -q Suppress output