Expose the full power of Inkscape to AI agents through the Model context Protocol.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"inkscape-mcp-server": {
"command": "npx",
"args": [
"-y",
"ws-buntu/inkscape-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add inkscape-mcp-server npx -y ws-buntu/inkscape-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"inkscape-mcp-server": {
"command": "npx",
"args": [
"-y",
"ws-buntu/inkscape-mcp-server"
]
}
}
}