Community Archive MCP Server
Queries the Community Archive Twitter data preserved in Supabase, providing tools to search tweets, retrieve user profiles, get user tweets, and list archived users from the preserved Twitter archive.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Community Archive MCP Serversearch for tweets about climate change from the last year"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Community Archive MCP Server
A remote MCP (Model Context Protocol) server that allows Claude to query the Community Archive - a preserved Twitter data archive.
Features
search_tweets - Search tweets across all archived users by keyword
get_user_profile - Get profile info for a specific username
get_user_tweets - Get tweets from a specific user
list_archived_users - List all users in the archive
Related MCP server: twitter-mcp
Setup
Prerequisites
Bun runtime
Community Archive Supabase API key
Installation
bun installConfiguration
Set your Supabase API key as a secret:
bunx wrangler secret put SUPABASE_KEY(Optional) Update
wrangler.tomlif using a different Supabase instance
Local Development
bunx wrangler devThe server will be available at http://localhost:8787
Deploy
bunx wrangler deployAfter deployment, your MCP server will be available at:
https://community-archive-mcp.<your-subdomain>.workers.dev
Connecting to Claude
Claude Web / Claude Desktop
Go to Settings > MCP Servers
Add a new remote server with URL:
https://community-archive-mcp.<your-subdomain>.workers.dev/sse
Endpoints
/- Server info and available tools/sse- SSE transport endpoint (for Claude Web)/mcp- Streamable HTTP endpoint
Example Usage
Once connected, you can ask Claude things like:
"Search for tweets about 'machine learning'"
"Show me the profile for @username"
"Get the last 20 tweets from username"
"List all users in the Community Archive"
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
X (formerly Twitter): X (formerly Twitter) public and private data API for search, posts (Tweets).
X / Twitter public post, comment, reply, user, and search tools.
X/Twitter reads, search, monitors and posting. Pay-per-call in USDC — no signup, no API keys.
Search ATProto writing, annotations, identity, agents, and forum posts. 12 read-only tools.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables interaction with Twitter/X data to retrieve user profiles, search tweets, and track engagement metrics. It provides advanced capabilities for monitoring follower events, KOL activity, and accessing deleted tweets.121,446MIT
- FlicenseNot gradedqualityDmaintenanceEnables Claude to search tweets, analyze user profiles, and retrieve timelines via the SocialData API.2-
- AlicenseNot gradedqualityBmaintenanceEnables to search, draft, and profile from your X/Twitter archive locally via MCP tools.MIT
- AlicenseNot gradedqualityCmaintenanceEnables assistants to directly query a large community archive, including user activity, thread development, and front-page history over decades. It provides read-only access to answer questions about who is most active and how the community has changed.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VivaLaPanda/archive-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server