MetaEngine for Claude Desktop
eu.metaengine/mcp-server
Code generation from JSON recipes, linked type graphs, and API schemas across 11 languages.
client:Claude Desktop
transport:stdio
runtime:npm
Install MetaEngine in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@metaengine/mcp-server"
],
"env": {
"METAENGINE_API_URL": "<METAENGINE_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs