Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Letz AI MCP
by
Letz-AI
Verified
GitHub
Image & Video Processing
JavaScript
1
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
letzai-mcp
build
src
claudeInterface.png
developerSettings.png
.gitignore
mcpToolsInfo.png
package.json
package-lock.json
README.md
settingsOpen.png
tsconfig.json
{ "name": "letzai", "version": "1.0.0", "type": "module", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "inspector": "npx @modelcontextprotocol/inspector node build/index.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.3", "open": "^10.1.0" }, "devDependencies": { "@types/node": "^22.13.10", "cross-env": "^7.0.3", "typescript": "^5.8.2" } }