# Multilocale > Translation management for software: localization projects, one phrase row per key and locale, machine translation into every configured locale, locale rollout, cross-project phrase sharing, and translation-file download and import for web and native app codebases. ## Documentation - [Developers](https://www.multilocale.com/developers/): REST API keys, quick start, MCP connector setup, CLI, agent skills, scopes, webhooks - [CLI quickstart](https://www.multilocale.com/integrations/cli/): npx multilocale — download and import translation files, add phrases, roll a project out to new locales; `multilocale signup --email ` creates an account without a browser, so no step needs a person - [Pricing](https://www.multilocale.com/en/pricing/) - [Integrations](https://www.multilocale.com/integrations/) ## API - [REST API reference](https://www.multilocale.com/api/): generated OpenAPI-backed reference; HTTP Basic auth with an API key secret - [MCP server](https://mcp.multilocale.com/mcp): Streamable HTTP with OAuth; works in Claude, ChatGPT, Cursor, Codex, and any MCP client ## Agent Skills - [Skills index](https://www.multilocale.com/.well-known/agent-skills/index.json): install with `npx skills add https://www.multilocale.com/` or `npx skills add multilocale/skills` - [multilocale on npm](https://www.npmjs.com/package/multilocale): the CLI the multilocale skill drives; `npx multilocale` ## Optional - [CLI source](https://github.com/multilocale/cli) - [Skills source](https://github.com/multilocale/skills) - [Claude plugin](https://github.com/multilocale/claude-plugin)