Design Portfolio

v1.0.0

UI/UX design portfolio and case studies

designportfoliouxui

Server Information

Server ID
design
Endpoint URL
https://bookchaowalit-design-frontend.vercel.app
Author
bookchaowalit
Available Tools
4 tools

About

A showcase of design work including web, mobile, logos, and illustrations. Features case studies and design tools. ## Features - Design gallery - Case studies - Tool showcase - Type filtering

Available Tools

design_get_works

Get all design work

Input Schema
{
  "type": "object",
  "properties": {}
}

design_get_by_type

Filter by design type

Input Schema
{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "web",
        "mobile",
        "logo",
        "illustration"
      ]
    }
  }
}

design_get_tools

Get design tools used

Input Schema
{
  "type": "object",
  "properties": {}
}

design_get_case_study

Get case study

Input Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    }
  }
}

Usage Example

Connect to this MCP server using the Model Context Protocol:

{
  "mcpServers": {
    "design": {
      "command": "node",
      "args": ["path/to/server.js"],
      "env": {
        "SERVER_URL": "https://bookchaowalit-design-frontend.vercel.app"
      }
    }
  }
}