Skip to main content
Glama

Superdesign MCP Server

by jonthebeef
52
package.json666 B
{ "name": "superdesign-mcp-server", "version": "1.0.0", "description": "MCP server that wraps Superdesign AI design agent for Claude Code", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "keywords": ["mcp", "cursor", "superdesign", "tools"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "zod": "^3.23.8", "glob": "^10.3.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "bin": { "superdesign-mcp": "./dist/index.js" } }

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/jonthebeef/superdesign-mcp-claude-code'

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