Manual setup
Prerequisites
- Claude Code installed
- A VMEG account — see Pricing for credits
- An API Key from API Configuration
Add the MCP server
Run in your system terminal (not inside the Claude Code REPL):~/.claude.json or project .mcp.json:
YOUR_API_KEY with a key from API Configuration. Restart Claude Code after editing.
Verify
/mcp — vmeg should appear as connected.
Usage
POST /api/mcp/material/upload, creates a translation task, and polls until complete.
Scoping
| Scope | Flag | Config location | Availability |
|---|---|---|---|
| Local (default) | none | ~/.claude.json, keyed by project path | Current project, private to you |
| Project | -s project | .mcp.json in project root | Current project, shared via version control |
| User | -s user | ~/.claude.json | All projects for current user |
App marketplace
One-click Claude Code integration is coming soon. Use manual setup above for now.

