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.
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:
- 再说吧 (zài shuō ba) — casual, slightly evasive, can function as a soft "no"
- 看情况吧 (kàn qíngkuàng ba) — "depends on the situation," genuinely open-minded
- 到时候再看吧 (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.
- Download
konid-ai-plugin.zip - In Cowork, click Customize in the left sidebar
- Click + next to "Personal plugins" > Upload plugin
- Choose the
konid-ai-plugin.zipfile
<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
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.