Kultur.Dev MCP Server

Cultural Intelligence Infrastructure for AI Agents — 200+ markets, 15 tones, 8 tools

Local serverstdioPython

What is the Kultur.Dev MCP server?

Kultur.Dev MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Cultural Intelligence Infrastructure for AI Agents — 200+ markets, 15 tones, 8 tools.

What you get

Kultur.dev provides cultural intelligence as an API, enabling AI agents, LLMs, and enterprise software to understand cultural context, avoid sensitivity violations, and communicate effectively across 200+ markets and 50+ languages.

Setting it up

Installation goes through your MCP client rather than a global install: point it at @kultur-dev/mcp-server on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

What the assistant can call

Once Kultur.Dev is connected, these are the calls the assistant has available:

  • analyze_cultural_context — Deep cultural analysis for any country including values, taboos, business etiquette, communication norms
  • check_cultural_sensitivity — Scan text for cultural sensitivity issues with severity scoring and fix suggestions
  • get_localization_guidance — Localization recommendations across 15 tones (formal, humble, celebratory, respectful, casual, neutral, professional, friendly, humorous, marketing
  • compare_cultures — Side-by-side cultural comparison between any two countries
  • get_communication_style — Communication preferences, negotiation styles, and business protocol for any culture
  • get_holiday_calendar — Cultural and religious holidays, observances, and scheduling considerations
  • analyze_hofstede — Hofstede's 6 cultural dimensions analysis with scores and business implications
  • compare_hofstede — Compare Hofstede dimension scores between two countries
  • get_geopolitical_heatmap — Geopolitical risk analysis with adaptive EWA scoring across 12 risk categories
  • Reports — The Reports tool exposed by this server

Configuration and credentials

You will need one environment variable: YOUR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Kultur.Dev.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the kultur.dev mcp server does with a few real requests.

Choosing this one

This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Kultur.Dev's toolset — analyze_cultural_context, check_cultural_sensitivity, get_localization_guidance and 7 more — is a fair guide to whether it matches your workflow. It is maintained by kultur-dev; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Kultur.Dev's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
analyze_cultural_contextDeep cultural analysis for any country including values, taboos, business etiquette, communication norms
check_cultural_sensitivityScan text for cultural sensitivity issues with severity scoring and fix suggestions
get_localization_guidanceLocalization recommendations across 15 tones (formal, humble, celebratory, respectful, casual, neutral, professional, friendly, humorous, marketing, legal, medical, technical, academic, diplomatic)
compare_culturesSide-by-side cultural comparison between any two countries
get_communication_styleCommunication preferences, negotiation styles, and business protocol for any culture
get_holiday_calendarCultural and religious holidays, observances, and scheduling considerations
analyze_hofstedeHofstede's 6 cultural dimensions analysis with scores and business implications
compare_hofstedeCompare Hofstede dimension scores between two countries
get_geopolitical_heatmapGeopolitical risk analysis with adaptive EWA scoring across 12 risk categories
ReportsThe Reports tool exposed by this server.

How to install the Kultur.Dev MCP server

{
  "mcpServers": {
    "kultur-dev": {
      "command": "npx",
      "args": ["-y", "@kultur-dev/mcp-server"],
      "env": {
        "YOUR_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
YOUR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Kultur.Dev to analyze cultural context.
  • Use Kultur.Dev to check cultural sensitivity.
  • Use Kultur.Dev to get localization guidance.

Frequently asked questions

It connects Kultur.Dev to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (analyze_cultural_context, check_cultural_sensitivity, get_localization_guidance, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Kultur.Dev directly.