konid-ai

konid-ai

A language expression coach MCP server that provides native-sounding translations with cultural context, tone notes, and audio pronunciation for over 13 languages.

Category
Visit Server

README

konid

konid (کنید) — Farsi for "do." Take action.

A language expression coach. Tell it what you want to say, and it shows you how a native speaker would actually say it — with cultural context, tone notes, and audio pronunciation.

<p align="center"> <img src="docs/hero.gif" alt="Google Translate says 'estoy caliente' for 'I'm hot', which actually means 'I'm horny' in Spanish" width="700"> </p>

How it works

<a href="https://www.loom.com/share/9ae0d46f7c6d4a6caa2847351aa18ae8"> <img src="docs/cowork-demo.png" alt="Watch the demo video" width="500"> </a>

You: "how do I say 'we'll see' in Chinese?"

konid returns 3 options, casual to formal:

  1. 再说吧 (zài shuō ba) — casual, slightly evasive, can function as a soft "no"
  2. 看情况吧 (kàn qíngkuàng ba) — "depends on the situation," genuinely open-minded
  3. 到时候再看吧 (dào shíhou zài kàn ba) — "let's wait and see," most neutral

Plus cultural context, nuance comparison, and audio pronunciation.

Supports 13+ languages including Mandarin, Japanese, Korean, Spanish, French, German, Portuguese, Italian, Russian, Arabic, and Hindi. Any language Claude knows can be coached.

Install

Claude Cowork

Requires a Pro or Max subscription.

  1. Download konid-ai-plugin.zip
  2. In Cowork, click Customize in the left sidebar
  3. Click + next to "Personal plugins" > Upload plugin
  4. Choose the konid-ai-plugin.zip file

<p align="center"> <img src="docs/cowork-upload.png" alt="Cowork: Customize > + > Upload plugin" width="500"> </p>

That's it. Start a new task and ask "how do I say 'nice to meet you' in Japanese?"

Claude Code

Requires Node.js 18+ and an Anthropic API key.

claude mcp add konid-ai -- npx -y konid-ai

Audio plays directly through your speakers.

Other MCP clients

konid works with any MCP-compatible client. Add this to your client's MCP config:

{
  "mcpServers": {
    "konid": {
      "command": "npx",
      "args": ["-y", "konid-ai"]
    }
  }
}

Tested with Cursor, VS Code Copilot, Windsurf, Zed, and JetBrains.

ChatGPT

Settings > Apps > Advanced settings > Developer mode > add https://konid.fly.dev/mcp

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured