Back to Browse

Nakkas MCP Server

by arikusi
Developer ToolsModerate5.2Local
Free

MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything.

About

MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything.

Security Report

5.2
Moderate5.2Moderate Risk

Nakkas is a well-engineered MCP server for SVG rendering with sound security practices. Authentication is not required (appropriate for a local rendering tool), input validation is comprehensive, and file operations are properly scoped. Permissions align well with the server's stated purpose of SVG creation and preview. Minor code quality observations around error handling and logging do not materially impact security. Supply chain analysis found 4 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-arikusi-nakkas": {
      "args": [
        "-y",
        "nakkas"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!