Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Magic Component Platform (MCP)
Claim
Official
by
21st-dev
GitHub
Developer Tools
Image & Video Processing
TypeScript
340
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
Dockerfile
.gitignore
llms-install.md
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "21stdev/magic-mcp", "version": "1.0.0", "main": "dist/index.js", "scripts": { "start": "node dist/index.js", "build": "tsc" }, "author": "serafim@21st.dev", "license": "ISC", "description": "Magic MCP", "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "@types/axios": "^0.9.36", "axios": "^1.7.9", "typescript": "^5.7.3", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.4" } }