Skip to content
Cursor

Phrase Flip for Cursor

io.github.oneill9/phraseflip-mcp

Privacy-first local phrase-flipped translation for AI chat clients.

client:Cursor transport:stdio runtime:npm

Install Phrase Flip in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "phraseflip-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "phraseflip-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Phrase Flip in other clients