Skip to main content
Glama
VivaLaPanda

Community Archive MCP Server

by VivaLaPanda

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 Server

Setup

Prerequisites

Installation

bun install

Configuration

  1. Set your Supabase API key as a secret:

bunx wrangler secret put SUPABASE_KEY
  1. (Optional) Update wrangler.toml if using a different Supabase instance

Local Development

bunx wrangler dev

The server will be available at http://localhost:8787

Deploy

bunx wrangler deploy

After deployment, your MCP server will be available at:

  • https://community-archive-mcp.<your-subdomain>.workers.dev

Connecting to Claude

Claude Web / Claude Desktop

  1. Go to Settings > MCP Servers

  2. 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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Provides access to the Internet Archive Wayback Machine to list snapshots, fetch archived web pages, and search archive.org items. Enables retrieval of historical website content and metadata through natural language queries.
    Last updated
    12
    3
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    Last updated
    12
    1,444
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Enables real-time search of X (Twitter) posts, user timelines, and trends using either xAI's Responses API or the official X API v2.
    Last updated
    4

View all related MCP servers

Related MCP Connectors

  • X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.

  • Citable retrieval across papers, books, patents, Wikipedia, and live social sources.

  • Unified social-media data across 10 networks: profiles, posts, search, comments, cross-search.

View all MCP Connectors

Latest Blog Posts

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