LingPie
Product / Developer & Design

MCP for AI Agents

Give coding agents localization tools—not unsupervised copy rewrites.

@lingpie/mcp-server exposes LingPie localization tools over the Model Context Protocol so AI coding agents can initialize projects, list keys and languages, and pull or push translations using the same lingpie.yaml contract as the CLI.

View pricing
View @lingpie/mcp-server on npm
Deploy the MCP server in Cursor
{
  "mcpServers": {
    "lingpie": {
      "command": "npx",
      "args": ["-y", "@lingpie/mcp-server"],
      "env": {
        "LINGPIE_API_KEY": "lp_..."
      }
    }
  }
}

Add the config above to .cursor/mcp.json in your app repo (or ~/.cursor/mcp.json globally), set LINGPIE_API_KEY to your project key (lp_…), then restart Cursor. No global install is required—hosts run npx -y @lingpie/mcp-server (Node.js ≥ 20). Pass workspaceRoot to tools when the MCP process cwd is not your project.

Pull translations with LingPie MCP Server

Ask your AI coding agent to pull translations from LingPie into local locale files. The MCP pull tool uses the same lingpie.yaml contract as the CLI—so agents stay in sync with your project.

Pull translations with LingPie MCP Server

Push translations with LingPie MCP Server

Have agents push local translation changes back to LingPie. New keys and updates flow from the repo to the shared workspace without leaving the IDE.

Push translations with LingPie MCP Server

Look up whether a key exists on LingPie

Ask your agent to check whether a translation key already exists on LingPie before adding or renaming strings—avoid duplicates without leaving the chat.

Look up whether a key exists on LingPie

Related product

CLI & CI

CLI, CI sync, and Integration REST API

Start localizing for free with LingPie

No credit card required

  • Essential localization features
  • Unlimited projects
  • 500 translation keys
  • 3 seats
View pricing