Provides language learning and translation capabilities through the Lingo.dev platform for multilingual communication and education

Install in Cursor

Go to: Settings → Cursor Settings → MCP → Add new global MCP server

Pasting the following configuration into your Cursor ~/.cursor/mcp.json file is the recommended approach. You may also install in a specific project by creating .cursor/mcp.json in your project folder. See Cursor MCP docs for more info.

Note: Example using context7 MCP. For direct installation guide of Lingo, go to their repository.

Cursor Remote Server Connection

{
  "mcpServers": {
    "context7": {
      "url": "https://mcp.context7.com/mcp"
    }
  }
}

Cursor Local Server Connection

{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": ["-y", "@upstash/context7-mcp"]
    }
  }
}