← Browse

@louischancly/napkin-ai-mcp

MCP server package napkin-ai-mcp

mcp_servermcp

Install

agr install @louischancly/napkin-ai-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "napkin-ai-mcp", "version": "0.2.0", "description": "MCP server for Napkin AI visual generation API with multi-storage support", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "napkin-ai-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "lint:md": "markdownlint-cli2 "/*.md" "#node_modules"", "lint:md:fix": "markdownlint-cli2 --fix "/.md" "#node_modules"", "format": "prettier --write "src/**/.ts" ".md"", "format:check": "prettier --check "src/**/.ts" ".md"", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "typecheck": "tsc --noEmit", "prepare": "husky", "release": "npm run build && npm publish --access public" }, "keywords": [ "mcp", "napkin", "ai", "infographics", "visual", "generation", "model-context-protocol" ], "author": "Louis Chan", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/LouisChanCLY/napkin-ai-mcp.git" }, "homepage": "https://github.com/LouisChanCLY/napkin-ai-mcp#readme", "bugs": { "url": "https://github.com/LouisChanCLY/napkin-ai-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@aws-sdk/client-s3": "^3.700.0", "@modelcontextprotocol/sdk": "^1.0.0", "@slack/web-api": "^7.8.0", "googleapis": "^144.0.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.10.0", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", "@vitest/coverage-v8": "^2.1.0", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", "husky": "^9.1.0", "lint-staged": "^15.2.0", "markdownlint-cli2": "^0.20.0", "msw": "^2.6.0", "prettier": "^3.4.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^2.1.0" }, "lint-staged": { ".ts": [ "eslint --fix", "prettier --write" ], "*.md": [ "markdownlint-cli2 --fix", "prettier --write" ] } }

Trust

Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.

Versions

  • git-c080e7a92dd42026-08-05