Back to MCP Servers
Twitter Username Changes
An MCP server that tracks the historical changes of Twitter usernames.
finance-fintech
By kukapay
Installation
npx -y twitter-username-changes-mcpConfiguration
{
"mcpServers": {
"twitter-username-changes-mcp": {
"command": "npx",
"args": ["-y", "twitter-username-changes-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes