Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

dev.lingo/main

dev.lingo/main

Lingo.dev MCP Server - World-class i18n implementation with ICU MessageFormat.

Uptime
5.4%
37 probes
Response
432ms
last probe
Tools
4
callable

Tools · 4

get_project_context

Captures the user's project architecture to inform i18n implementation strategy. ## When to Use **Called during i18n_checklist Step 1.** The checklist tool will tell you when to call this. If you'r…

get_framework_docs

Retrieves authoritative documentation directly from the framework's official repository. ## When to Use **Called during i18n_checklist Steps 1-13.** The checklist tool coordinates when you need fra…

get_i18n_library_docs

Retrieves authoritative documentation for i18n libraries (currently react-intl). ## When to Use **Called during i18n_checklist Steps 7-10.** The checklist tool will tell you when you need i18n libr…

i18n_checklist

## ⚠️ MANDATORY TOOL FOR ALL I18N WORK ⚠️ THIS IS NOT OPTIONAL. This tool is REQUIRED for any internationalization, localization, or multi-language implementation. ## When to Use (MANDATORY) **ALWA…

Similar MCP servers embedding-nearest

io.github.l10n-dev/ai-l10n-mcp
MCP Server that turns your AI agent into a localization expert with token-efficient i18n translation
0 tools
io.github.UI5/mcp-server
MCP server for UI5 application development
0 tools
langmcp
Development MCP server for LangGraph checkpoint and store inspection
0 tools
langchain
MCP server for langchain documentation, generated by doc2mcp.
0 tools · streamable-http
io.github.fabkho/nuxt-i18n-mcp
MCP server for managing i18n translations in Nuxt projects.
0 tools
io.github.vigneshrn52/demo-mcp-server
Minimal Go MCP Server for high-performance context bridging
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dev.lingo/main": {
      "url": "https://mcp.lingo.dev/main",
      "transport": "streamable-http"
    }
  }
}