mcpbeat Sign in

Phrase Flip MCP Server

local only

Phrase Flip runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 22 · avg 8 · -15% w/w
a month agotoday
23
Installs / week
npm · phraseflip-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add phraseflip-mcp -- npx -y phraseflip-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "phraseflip-mcp": {
      "args": [
        "-y",
        "phraseflip-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.phraseflip-mcp]
command = "npx"
args = ["-y", "phraseflip-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "phraseflip-mcp": {
      "args": [
        "-y",
        "phraseflip-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "phraseflip-mcp": {
      "args": [
        "-y",
        "phraseflip-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Phrase Flip

same job, measured the same way
I18n
by rog0x

Locale detect, translations, plurals for AI agents

31 installs/wk local only
Context
by neuledge

Local-first documentation for AI agents. Offline, instant, private doc retrieval.

683 installs/wk local only
TokenTrace
by abhiyoheswaran1

Local-first AI CLI usage analytics for agents.

88 installs/wk local only
ChatCrystal
by zengliangyi

Local-first AI PKM memory for coding conversations.

115 installs/wk local only
Globalize
by globalize-now

Localization for AI agents: projects, languages, glossaries and translations from your agent

answering
Anno
by philmingdao

Local-first HTML review, editing, and annotation for AI coding agents.

45 installs/wk local only
Localize.io
by localize

AI localization for agents: translation, TMS sync, translation memories, glossaries, post-editing.

answering
Securedact MCP
by giganteshji

Local-first privacy MCP server for sensitive AI workflows

572 installs/wk local only

Phrase Flip — questions

Answers built from our own checks of this server.

Why is there no uptime for Phrase Flip?
Phrase Flip runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package phraseflip-mcp was installed 23 times last week.
Is Phrase Flip still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Phrase Flip?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls phraseflip-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Phrase Flip?
The npm package phraseflip-mcp was installed 23 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.