ASSA
Anti-Social Social Agent - MCP server for Twitter/X integration with rich UI components
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
Maintainer
Works with
Installation
Manual Installation
npx assaConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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 installBuild the server
Compile the TypeScript source to the dist/ directory.
bun run buildObtain 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 keyAdd 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-keyAuthorize 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 optionASSA 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.
ASSA Alternatives — Similar Communication Servers
Looking for alternatives to ASSA? Here are other popular communication servers you can use with Claude, Cursor, and VS Code.
Slack
★ 86.1kEnables interaction with Slack workspaces through comprehensive channel management, messaging, user management, file uploads, and Block Kit formatting. Features secure credential storage via macOS Keychain and supports all major Slack operations incl
LibreChat
★ 37.3kEnhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenA
Note Gen
★ 11.9kA cross-platform Markdown AI note-taking software.
DeepChat
★ 5.8k🐬DeepChat - A smart assistant that connects powerful AI to your personal world
WhatsApp MCP
★ 5.7kConnects AI assistants to the official Meta WhatsApp Cloud API for managing conversations and sending various message types through natural language. It provides tools for media management, template messages, and real-time webhook processing without
Apple
★ 3.1kEnables interaction with Apple apps like Messages, Notes, and Contacts through the MCP protocol to send messages, search, and open app content using natural language.
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.
Set Up ASSA in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.