layerback mcp for Cursor
io.github.toplocalai/layerback-mcp
Convert diagram images into fully editable Visio (VSDX), PowerPoint, draw.io, and SVG files.
client:Cursor
transport:stdio
runtime:npm
Install layerback mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"layerback-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"layerback-mcp"
],
"env": {
"LAYERBACK_API_KEY": "<LAYERBACK_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs