MCP Server
Maintained
MIT
io.github.arikusi/nakkas MCP Server
io.github.arikusi/nakkas
What is the io.github.arikusi/nakkas MCP server?
MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything.
How to install io.github.arikusi/nakkas
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"nakkas": {
"command": "npx",
"args": [
"-y",
"nakkas"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"nakkas": {
"command": "npx",
"args": [
"-y",
"nakkas"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nakkas": {
"command": "npx",
"args": [
"-y",
"nakkas"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"nakkas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nakkas"
]
}
}
}Claude Code
claude mcp add nakkas -- npx -y nakkasRelated MCP servers
MCP server for DeepSeek AI with chat, reasoning, sessions, function calling, and cost tracking
15
View repository →TypeScript
MIT