stevestreza/twitter-archive-mcp
3.1
If you are the rightful owner of twitter-archive-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A TypeScript-based MCP server for exploring and sampling your Twitter archive data.
Twitter Archive MCP
A TypeScript-based MCP server for exploring and sampling your Twitter archive data. It provides tools to sample original tweets, clean up tweet text for LLMs, and more.
Built for exactly my need, and nothing more.
Features
- Sample random original tweets (excluding retweets)
- Clean tweet text for LLMs (replace mentions, hashtags, links with tokens)
- Easily extensible MCP server
Setup
- Install dependencies:
npm install
- Build the project:
npm run build
- Start the server with your Twitter archive ZIP:
npm start -- path/to/twitter-archive.zip
Usage
- The server exposes tools and resources for sampling and exploring your tweets via the MCP protocol.
- See
src/server.ts
for customization and extension.
License
This project was entirely AI coded, and thus is released under the Unlicense. Please see .
Scripts
npm run build
— Compile TypeScript to JavaScriptnpm start
— Run the compiled server
Project Structure
src/
— TypeScript source filesdist/
— Compiled JavaScript output