MCP Server
Stale
io.github.TranThienTrong/asset-auto-generator MCP Server
io.github.TranThienTrong/asset-auto-generator
What is the io.github.TranThienTrong/asset-auto-generator MCP server?
An MCP server that provides asset auto generator
How to install io.github.TranThienTrong/asset-auto-generator
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"asset-auto-generator": {
"url": "https://TranThienTrong.github.io/mcp/asset-auto-generator"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"asset-auto-generator": {
"serverUrl": "https://TranThienTrong.github.io/mcp/asset-auto-generator"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"asset-auto-generator": {
"type": "http",
"url": "https://TranThienTrong.github.io/mcp/asset-auto-generator"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"asset-auto-generator": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://TranThienTrong.github.io/mcp/asset-auto-generator"
]
}
}
}Claude Code
claude mcp add --transport http asset-auto-generator https://TranThienTrong.github.io/mcp/asset-auto-generator