Skip to main content
Glama

tinypng-mcp-server

package.json1.34 kB
{ "name": "tinypng-mcp-server", "version": "0.0.1", "description": "MCP server for TinyPNG", "author": { "name": "Chuck", "email": "403chuck@gmail.com" }, "homepage": "https://github.com/aiyogg/tinypng-mcp-server#readme", "repository": { "type": "git", "url": "https://github.com/aiyogg/tinypng-mcp-server" }, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "access": "public", "bin": { "tinypng-mcp-server": "./dist/index.js" }, "scripts": { "build": "tsup src/index.ts --dts --format esm", "postbuild": "shx chmod +x dist/*.js", "check": "tsc --noEmit", "build:watch": "pnpm build --watch", "test": "vitest run", "format": "prettier --write .", "start": "node dist/index.js" }, "keywords": [ "mcp", "tinypng", "image", "compression", "optimization" ], "license": "Apache-2.0", "packageManager": "pnpm@10.6.5", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "tinify": "^1.8.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.10", "dotenv": "^16.4.7", "prettier": "^3.5.3", "shx": "^0.4.0", "tsup": "^8.4.0", "typescript": "^5.8.2", "vitest": "^3.0.9" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aiyogg/tinypng-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server