Dieter MCP Server

MCP server for evaluating product designs against Dieter Rams' 10 principles of good design

Local serverstdioPython

What is the Dieter MCP MCP server?

Dieter mcp mcp server lets Claude, Cursor and other MCP clients work with Dieter MCP directly. MCP server for evaluating product designs against Dieter Rams' 10 principles of good design.

What Dieter MCP does

An MCP server that evaluates product designs against Dieter Rams' 10 principles of good design.

Tools it exposes

Once connected, the assistant can call these 6 tools directly:

  • Prerequisites — Install Python dependencies: bash pip install -r requirements.txt
  • Programmatically — The Programmatically tool exposed by this server
  • evaluate_design — Complete evaluation against all 10 principles json { "description": "A minimalist smartphone with clean lines and intuitive interface", "category": "consumer
  • principle_check — Check specific principle with evidence json { "description": "Tesla Model S dashboard with single touchscreen", "principle": 4, "evidence": "All controls
  • get_principles — The get_principles tool exposed by this server
  • suggest_improvements — Get improvement recommendations json { "description": "Overcomplicated smart home app with 50+ buttons", "current_issues": ["Too many options", "Confusing

Installing the dieter mcp mcp server

The server is distributed via npm as dieter-rams-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Requirements

  • Node.js 16+ - Python 3.7+ Install Python dependencies:

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Dieter MCP sits in that group, and the shape of its toolset — Prerequisites, Programmatically, evaluate_design among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by hew, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the dieter mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
PrerequisitesInstall Python dependencies: bash pip install -r requirements.txt
ProgrammaticallyThe Programmatically tool exposed by this server.
evaluate_designComplete evaluation against all 10 principles json { "description": "A minimalist smartphone with clean lines and intuitive interface", "category": "consumer electronics" }
principle_checkCheck specific principle with evidence json { "description": "Tesla Model S dashboard with single touchscreen", "principle": 4, "evidence": "All controls accessible through one interface" }
get_principlesThe get_principles tool exposed by this server.
suggest_improvementsGet improvement recommendations json { "description": "Overcomplicated smart home app with 50+ buttons", "current_issues": ["Too many options", "Confusing navigation"] }

How to install the Dieter MCP MCP server

{
  "mcpServers": {
    "dieter": {
      "command": "npx",
      "args": ["-y", "dieter-rams-mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 16+ - Python 3.7+ Install Python dependencies:

Example prompts to try

  • Use Dieter MCP to Prerequisites.
  • Use Dieter MCP to Programmatically.
  • Use Dieter MCP to evaluate design.

Frequently asked questions

It connects Dieter MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Prerequisites, Programmatically, evaluate_design, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Dieter MCP directly.