X (Twitter) OAuth Connector for AI agents.
16 live capabilities
Manage your social media presence and track real-time engagement from your agent.
Waiting for input…
Why people use X (Twitter) OAuth
X (Twitter) OAuth: Automate Social Media Management without the Tab Switching
This Connector lets your agent handle the interaction loop for you. You can tell it to monitor specific keywords, summarize the sentiment of recent mentions, and post replies automatically. You get a unified workspace where your social presence is managed by your agent, not by constant manual clicks.
What Vinkius changes
You get a direct bridge between your agent and your X account.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Monitoring brand sentiment
A community manager asks their agent to check for mentions of a new product launch and summarize the general mood of the conversation using get_user_mentions.
- Real-world use case 02
Competitor audience auditing
A growth lead uses lookup_user_by_username and get_user_followers to see which accounts are driving the most engagement for a rival brand.
- Real-world use case 03
Automated status updates
A founder asks their agent to post a quick update about a shipping delay using post_tweet to keep their followers informed in real-time.
Complete set · 16capabilities
The complete X (Twitter) OAuth capability set.
These are the exact actions your AI can choose when you ask it to work with X (Twitter) OAuth.
01—04
4 capabilities in this set.
Part of 16 available through X (Twitter) OAuth.
- 01 Capability
Get user followers
Fetch up to 50 followers for a specific user. Use this to see who is following your competitors or partners.
- 02 Capability
Get my profile
Get your own profile details like your bio and follower count. It is the first step to getting your own user ID.
- 03 Capability
Get tweet details
Get the text and engagement metrics for a specific tweet. Use this to see how well a post is performing.
- 04 Capability
Get tweet volume
Show how many tweets match a query over the last 7 days. It is great for spotting trending spikes in specific topics.
05—08
4 capabilities in this set.
Part of 16 available through X (Twitter) OAuth.
- 05 Capability
Like tweet
Like a tweet from your account. Your agent can use this to engage with positive mentions.
- 06 Capability
Get user liked tweets
Get the list of tweets a specific user has liked. This helps you see what content a target account enjoys.
- 07 Capability
Delete tweet
Remove a tweet from your own account. Use this to clean up mistakes or outdated posts quickly.
- 08 Capability
Follow user
Follow another user from your account. This helps your agent build out your network automatically.
09—12
4 capabilities in this set.
Part of 16 available through X (Twitter) OAuth.
- 09 Capability
Get user mentions
Pull recent tweets where a specific user is mentioned. This is how you monitor what people are saying about you.
- 10 Capability
Get user timeline
Fetch a user's original tweets while skipping retweets and replies. It is the best way to see a user's primary content.
- 11 Capability
Post tweet
Publish a new tweet or a reply to an existing one. This is the primary way to share updates with your audience.
- 12 Capability
Retweet
Share someone else's content to your own feed. Use this to amplify important news or partner content.
13—16
4 capabilities in this set.
Part of 16 available through X (Twitter) OAuth.
- 13 Capability
Search recent tweets
Search for public tweets from the last 7 days. It helps your agent find new discussions on specific hashtags.
- 14 Capability
Unfollow user
Remove a user from your following list. Use this to keep your feed clean of irrelevant accounts.
- 15 Capability
Unlike tweet
Remove a like from a previous tweet. This helps you manage your engagement history.
- 16 Capability
Lookup user by username
Fetch full profile details for any public user. It is the best way to get a numeric ID from a handle.
Set up in minutes
One URL. Then ask X (Twitter) OAuth to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use X (Twitter) OAuth from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5MsGHPY8ixWrsTmBtUH3DsvtbBDSjbwOK4De8Exk/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it X (Twitter) OAuth, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable X (Twitter) OAuth for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5MsGHPY8ixWrsTmBtUH3DsvtbBDSjbwOK4De8Exk/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the X (Twitter) OAuth URL.
- Step 03
Save and start
Save the connection and enable X (Twitter) OAuth in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"x-twitter-oauth": {
"url": "https://edge.vinkius.com/vk_preview_5MsGHPY8ixWrsTmBtUH3DsvtbBDSjbwOK4De8Exk/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using X (Twitter) OAuth
Open Agent mode in chat and ask: "Using X (Twitter) OAuth, help me...". 16 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"x-twitter-oauth": {
"url": "https://edge.vinkius.com/vk_preview_5MsGHPY8ixWrsTmBtUH3DsvtbBDSjbwOK4De8Exk/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using X (Twitter) OAuth
Ask Copilot: "Using X (Twitter) OAuth, help me...". 16 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"x-twitter-oauth": {
"url": "https://edge.vinkius.com/vk_preview_5MsGHPY8ixWrsTmBtUH3DsvtbBDSjbwOK4De8Exk/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using X (Twitter) OAuth
Open Cascade and ask: "Using X (Twitter) OAuth, help me...". 16 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"x-twitter-oauth": {
"url": "https://edge.vinkius.com/vk_preview_5MsGHPY8ixWrsTmBtUH3DsvtbBDSjbwOK4De8Exk/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using X (Twitter) OAuth
Ask Cline: "Using X (Twitter) OAuth, help me...". 16 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add x-twitter-oauth --transport http "https://edge.vinkius.com/vk_preview_5MsGHPY8ixWrsTmBtUH3DsvtbBDSjbwOK4De8Exk/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using X (Twitter) OAuth
Ask Claude: "Using X (Twitter) OAuth, show me...". 16 tools are ready
Where the request belongs
Work X (Twitter) can move forward.
This is for social media managers who are tired of manual posting and growth teams who need to monitor brand sentiment without constant tab switching.
Community Manager
Monitors mentions and replies to fans throughout the day while staying inside their primary work environment.
Growth Marketer
Audits competitor followers and tracks hashtag volume to identify new marketing opportunities.
Founder
Manages a personal brand and posts quick updates about company milestones directly from their agent.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsX (Twitter)
Automate social intelligence workflows via X (Twitter). search recent tweets, analyze volume trends, retrieve profiles individually or in batch, and inspect engagement metrics from any AI agent.
Hootsuite (Social Media Management)
Manage social media via Hootsuite. schedule posts, manage social profiles, and monitor outbound messages.
CrowdTangle
Equip your AI agent to track public social media insights, viral posts, and link shares via the CrowdTangle API.
Instagram (Social Media & Business)
Manage your Instagram presence via AI. publish photos and reels, analyze insights, and manage comments.
Twitter CTA and Engagement Scorer
Analyze Twitter/X posts for engagement effectiveness, classifying CTAs and detecting algorithmic triggers.
Twitter Thread Structure Validator
Analyze the structural architecture, engagement anchors, and rhythmic pacing of Twitter threads.
Bring your own AI
Change the model, client or framework. Keep X (Twitter) connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about X (Twitter).
The practical details behind the request, access and result.
Can I use X (Twitter) OAuth to post tweets automatically?
Yes. This Connector lets your agent post new tweets or replies directly to your account, making it easy to share updates without manual typing.
How do I track mentions of my brand using X (Twitter) OAuth?
The Connector can monitor your mentions in real-time. Your agent can pull these mentions and summarize them so you know what people are saying about you.
Can my AI agent follow people for me with X (Twitter) OAuth?
Yes. You can instruct your agent to follow specific accounts or unfollow others to help curate your feed and stay connected to the right people.
Is X (Twitter) OAuth good for monitoring social trends?
It is excellent for real-time trends. You can ask your agent to check tweet volumes for specific keywords to see what is spiking right now.
Can I use X (Twitter) OAuth to see who liked my posts?
Yes. Your agent can retrieve the list of tweets a specific user has liked, which helps you understand what content is resonating with your audience.
How do I connect my X account to my AI agent?
You just need to subscribe to the Connector on Vinkius and provide your X Developer App credentials. Vinkius handles the secure connection and token refreshing for you.
Can I post tweets and reply to mentions directly from my AI agent?
Yes. This server gives your agent full write access through OAuth 2.0. Just say 'post a tweet saying...' or 'reply to tweet ID 123 with...' and the agent handles the rest. You can also like, retweet, follow, and unfollow through natural conversation.
How does the OAuth 2.0 connection work?
After entering your Client ID and Client Secret from the X Developer Portal, click the 'Connect' button. A popup opens for you to authorize the app on X. Once approved, tokens are securely stored and automatically refreshed. no manual token management needed.
What's the difference between this and the read-only X (Twitter) server?
The read-only version uses a Bearer Token and can only search tweets, look up profiles, and analyze volume. This OAuth version connects to your personal account and adds 7 write capabilities (post, delete, like, unlike, follow, unfollow, retweet) plus access to private endpoints like timelines and mentions.
One connection away
Give your agent a direct line to X (Twitter).
Connect X (Twitter) once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available