ASSA

v1.0.0Communicationstable

Anti-Social Social Agent - MCP server for Twitter/X integration with rich UI components

assamcpai-integration
Share:
14
Stars
0
Downloads
0
Weekly
0/5

What is ASSA?

ASSA is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to anti-social social agent - mcp server for twitter/x integration with rich ui components

Anti-Social Social Agent - MCP server for Twitter/X integration with rich UI components

This server falls under the Communication category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Anti-Social Social Agent - MCP server for Twitter/X integrat

Use Cases

Integrate with Twitter/X for automated social media management.
Manage social media with rich UI components via MCP.
nearestnabors

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedApr 10, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx assa

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use ASSA

ASSA (Anti-Social Social Agent) is a TypeScript MCP server that brings Twitter/X management into AI assistant workflows via the Arcade authentication platform. It provides safe, password-free access to your Twitter/X account through six tools covering authentication status, mention inbox management, tweet drafting and posting with approval gates, 24-hour timeline digests with spam filtering, and rich tweet card display — all requiring explicit user approval before anything is posted.

Prerequisites

  • Node.js 18+ and Bun runtime installed (bun.sh)
  • A Goose App installation (or compatible MCP client)
  • An Arcade account at arcade.dev with a Twitter/X integration configured
  • Git to clone the repository
1

Clone the repository and install dependencies

Clone the ASSA repository and install Node.js dependencies using Bun.

git clone https://github.com/nearestnabors/assa.git
cd assa
bun install
2

Build the server

Compile the TypeScript source to the dist/ directory.

bun run build
3

Obtain Arcade credentials

Sign up at arcade.dev, create a Twitter/X integration, and copy your user email and API key from the Arcade dashboard.

# From arcade.dev dashboard:
# ARCADE_USER_ID  = the email you signed up with
# ARCADE_API_KEY  = your Arcade API key
4

Add as a custom extension in Goose App

In Goose App, go to Extensions → Add Custom Extension. Set the command to the absolute path of the built dist/index.js, and set the ARCADE_USER_ID and ARCADE_API_KEY environment variables.

# Extension command:
node /absolute/path/to/assa/dist/index.js

# Required environment variables:
[email protected]
ARCADE_API_KEY=your-arcade-api-key
5

Authorize your Twitter/X account via Arcade

On first use, call the x_auth_status tool. If not yet authorized, Arcade will prompt you to connect your Twitter/X account through its secure OAuth flow — no password sharing required.

# Available MCP tools:
# x_auth_status       - Check current authentication status
# x_conversations     - Show unreplied mentions inbox
# x_draft_tweet       - Create a draft tweet for review
# x_post_tweet        - Post an approved tweet
# x_timeline_digest   - 24h following timeline with spam/ad filtering
# x_show_tweet        - Display a tweet as a rich card with reply option

ASSA Examples

Client configuration

Configuration for adding ASSA as a custom extension in Goose App (the primary supported MCP client).

{
  "mcpServers": {
    "assa": {
      "command": "node",
      "args": ["/absolute/path/to/assa/dist/index.js"],
      "env": {
        "ARCADE_USER_ID": "[email protected]",
        "ARCADE_API_KEY": "your-arcade-api-key"
      }
    }
  }
}

Prompts to try

Example prompts for managing your Twitter/X presence through Claude or Goose.

- "Check my X authentication status"
- "Show me my unreplied mentions from the last 24 hours"
- "Give me a digest of my X timeline from the past 24 hours, filtering out ads and spam"
- "Draft a tweet: 'Just shipped v2.0 of my open source project!'"
- "Reply to the first mention in my inbox saying I'll look into it tomorrow"

Troubleshooting ASSA

x_auth_status returns unauthorized even after connecting Twitter/X on Arcade

Verify that ARCADE_USER_ID matches exactly the email you used to sign up on arcade.dev. The authorization is scoped to that email address. Log into arcade.dev and confirm the Twitter/X integration shows as active.

'bun: command not found' during build

Install the Bun runtime from https://bun.sh by running 'curl -fsSL https://bun.sh/install | bash'. Alternatively, you can use 'npm install' and 'npm run build' if a package.json build script is configured for npm.

Tweets are drafted but x_post_tweet fails

ASSA requires explicit approval before posting. Ensure you review the draft from x_draft_tweet before calling x_post_tweet. Also confirm your Arcade Twitter/X integration has write permissions enabled in the Arcade dashboard.

Frequently Asked Questions about ASSA

What is ASSA?

ASSA is a Model Context Protocol (MCP) server that anti-social social agent - mcp server for twitter/x integration with rich ui components It connects AI assistants to external tools and data sources through a standardized interface.

How do I install ASSA?

Follow the installation instructions on the ASSA GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with ASSA?

ASSA works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is ASSA free to use?

Yes, ASSA is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Communication MCP Servers

Explore all communication servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "assa": { "command": "npx", "args": ["-y", "assa"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use ASSA?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides