Twitter Username Changes MCP Server

An MCP server that tracks the historical changes of Twitter usernames.

Local serverstdioPython

What is the Twitter Username Changes MCP server?

Connect Twitter Username Changes to Claude, Cursor or any other MCP client and it stops being a tab you switch to. An MCP server that tracks the historical changes of Twitter usernames. The twitter username changes mcp server is what makes that connection.

What the server does

An MCP server that tracks the historical changes of Twitter usernames—frequent screen name changes in crypto projects can be a red flag for potential scam risks.

  • Username Change History — Query the historical usernames of a Twitter user by their current screen name (e.g., @OSINT_Ukraine or @Mormonger)
  • Prompt Support — Includes a prompt template to guide users in formulating queries
  • Lightweight Design — Built with minimal dependencies (mcp and requests) for easy setup

Installation

mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

Credentials and setup notes

  • Python 3.10+ - pip or uv for dependency management - Claude Desktop (optional, for MCP integration)

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Twitter Username Changes's toolset — Prerequisites, Setup — is a fair guide to whether it matches your workflow. It is maintained by kukapay; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
Setup1. **Clone the Repository**: bash git clone https://github.com/kukapay/twitter-username-changes-mcp.git cd twitter-username-changes-mcp

How to install the Twitter Username Changes MCP server

{
  "mcpServers": {
    "twitter-username-changes": {
      "command": "uvx",
      "args": ["mcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Python 3.10+ - pip or uv for dependency management - Claude Desktop (optional, for MCP integration)

Example prompts to try

  • Use Twitter Username Changes to Prerequisites.
  • Use Twitter Username Changes to Setup.

Frequently asked questions

Python 3.10+ and the `mcp[cli]` and `requests` Python packages.