romeoscript/MCP_CLI
This CLI scaffolds a fully working MCP server in seconds — with TypeScript or JavaScript, built-in tools, resources, and dev commands. Think of it as CRA, but for MCP servers.
Platform-specific configuration:
{
"mcpServers": {
"MCP_CLI": {
"command": "npx",
"args": [
"-y",
"MCP_CLI"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...