claude_desktop_config_with_aseprite.json•651 B
{
"serverConfig": {
"command": "cmd.exe",
"args": [
"/c"
]
},
"mcpServers": {
"desktop-commander": {
"command": "npx.cmd",
"args": [
"@wonderwhy-er/desktop-commander@latest"
]
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
},
"aseprite": {
"command": "python",
"args": [
"-m",
"aseprite_mcp"
],
"cwd": "C:\\Users\\moroya.sakamoto\\Desktop\\aseprite-mcp",
"env": {
"ASEPRITE_PATH": "C:\\Users\\moroya.sakamoto\\Desktop\\aseprite\\build\\bin\\aseprite.exe"
}
}
}
}