meta-engine/mcp-server
Platform-specific configuration:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/@metaengine/mcp-server) [](https://opensource.org/licenses/MIT) [](https://modelcontextprotocol.io)
Model Context Protocol server for AI-assisted code generation across 10 languages.
Turn one conversation into 50 consistent files. Claude architects, MetaEngine builds.
---
---
Add to ~/.claude/mcp.json (Claude Code) or Claude Desktop config:
{
"mcpServers": {
"metaengine": {
"command": "npx",
"args": ["-y", "@metaengine/mcp-server"]
}
}
}That's it. No API key, no signup, free to use.
---
MetaEngine is a specialized tool for AI assistants like Claude Code and Claude Desktop. Instead of generating files one by one, you describe what you need in natural language—Claude constructs the type specifications, and MetaEngine generates all files instantly with perfect imports and namespaces.
Bot
Loading reviews...