Skip to main content
Glama

Magic Component Platform (MCP)

by 21st-dev
package.json1.55 kB
{ "name": "@21st-dev/magic", "version": "0.1.0", "type": "module", "description": "Magic MCP UI builder by 21st.dev", "homepage": "https://21st.dev/magic", "repository": { "type": "git", "url": "git+https://github.com/21st-dev/magic-mcp.git" }, "bin": { "magic": "dist/index.js" }, "files": [ "dist" ], "keywords": [ "mcp", "model-context-protocol", "ai", "UI", "frontend", "21st.dev", "21", "magic" ], "main": "dist/index.js", "scripts": { "build": "tsc && shx chmod +x dist/*.js", "build:prod": "npm run build && npm run test", "debug": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js DEBUG=true", "start": "node dist/index.js", "prepare": "npm run build:prod", "dev": "nodemon --watch src --ext ts,json --exec \"npm run build\"", "publish-patch": "npm version patch && npm run build:prod && npm publish --access public", "test": "jest" }, "author": "serafim@21st.dev", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "cors": "^2.8.5", "open": "^10.1.0", "zod": "^3.24.2" }, "devDependencies": { "@types/axios": "^0.9.36", "@types/jest": "^29.5.14", "@types/node": "^22.13.4", "@types/react": "^19.0.12", "jest": "^29.7.0", "nodemon": "^3.1.9", "shx": "^0.3.4", "ts-jest": "^29.1.2", "typescript": "^5.8.2" }, "engines": { "node": ">=18.0.0" } }

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/21st-dev/magic-mcp'

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