JSdotNet.MCP.Design 1.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global JSdotNet.MCP.Design --version 1.0.11
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local JSdotNet.MCP.Design --version 1.0.11
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=JSdotNet.MCP.Design&version=1.0.11
                    
nuke :add-package JSdotNet.MCP.Design --version 1.0.11
                    

JSdotNet.MCP.Design

NuGet package for the Project Design MCP server used to provide design and UX guidance to AI tools.

MCP server identity

  • Server name: jsdotnet-project-design
  • Runtime command: jsdotnet-design-mcpserver
  • Package ID: JSdotNet.MCP.Design

What this server is for

Use this server when you need design-oriented context, such as:

  • UX and interaction guidance
  • Design-focused architecture decisions
  • Product design recommendations

Configuration snippets

copilot-tools.json

{
  "mcpServers": [
    {
      "name": "jsdotnet-project-design",
      "packageId": "JSdotNet.MCP.Design",
      "enabled": true
    }
  ]
}

mcp.json

{
  "mcpServers": {
    "jsdotnet-project-design": {
      "type": "stdio",
      "command": "jsdotnet-design-mcpserver",
      "args": [],
      "tools": ["*"]
    }
  }
}

Notes

  • Use alongside JSdotNet.MCP.Guidelines for balanced architecture and design context.
  • If package updates are available, re-run your install/update script and restart the MCP client.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.12 110 8/10/2026
1.0.11 109 7/29/2026
1.0.10 102 7/29/2026
1.0.9 109 7/29/2026
1.0.8 111 7/29/2026
1.0.7 114 7/24/2026