bnbot-mcp-server
Provides tools to fetch TikTok metadata and download video locally.
Provides tools to fetch and extract WeChat article content.
Provides tools to fetch Xiaohongshu note content and metadata.
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., "@bnbot-mcp-serverScrape my Twitter timeline"
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.
bnbot-mcp-server
MCP Server for BNBOT Chrome Extension - Control Twitter/X via AI assistants like OpenClaw or Claude Desktop.
Architecture
AI Assistant (OpenClaw / Claude Desktop)
↓ stdio (MCP protocol)
bnbot-mcp-server (local Node.js process)
↓↑ WebSocket (ws://localhost:18900)
BNBOT Chrome Extension
↓ DOM operations
Twitter/XRelated MCP server: Twitter MCP
Setup
1. Install BNBOT Chrome Extension
Install from the Chrome Web Store.
2. Enable OpenClaw Integration
In the BNBOT extension sidebar, open Settings and turn on the OpenClaw toggle.
3. Configure Your AI Assistant
OpenClaw / Claude Desktop
Add to your MCP config:
{
"mcpServers": {
"bnbot": {
"command": "npx",
"args": ["bnbot-mcp-server"]
}
}
}Custom Port
{
"mcpServers": {
"bnbot": {
"command": "npx",
"args": ["bnbot-mcp-server", "--port", "9999"]
}
}
}4. Use It
Ask your AI assistant:
"Scrape my Twitter timeline"
"Search for tweets about AI"
"Post a tweet saying hello world"
"Navigate to my bookmarks and scrape them"
Available Tools
Scrape
Tool | Description |
| Scrape tweets from the timeline |
| Scrape bookmarked tweets |
| Search and scrape results |
| Scrape currently visible tweets |
| Scrape a tweet thread from URL |
| Get account analytics data |
Tweet
Tool | Description |
| Post a tweet with optional images |
| Post a thread of tweets |
| Reply to a tweet |
| Quote a tweet with optional comment |
Engagement
Tool | Description |
| Like a target tweet |
| Retweet a target tweet |
| Follow a target user |
Navigation
Tool | Description |
| Go to a specific tweet |
| Go to search page |
| Go to bookmarks |
| Go to notifications |
| Go to following timeline |
| Go back to timeline |
Status
Tool | Description |
| Check extension connection |
| Get current page info |
Content
Tool | Description |
| Fetch and extract WeChat article content |
| Fetch TikTok metadata and download video locally |
| Fetch Xiaohongshu note content and metadata |
Article
Tool | Description |
| Open X article editor via stable flow |
| Fill article title field |
| Fill article body ( |
| Upload article header image |
| Publish article (or keep draft) |
| End-to-end article creation flow |
Testing
Use the MCP Inspector to test tools directly:
npx @modelcontextprotocol/inspector npx bnbot-mcp-serverLicense
MIT
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 Servers
- Alicense-qualityDmaintenanceAn MCP server for interacting with the Twitter/X API v2, enabling AI assistants to retrieve tweets, post content, reply, quote, and more programmatically.Last updated1,86113MIT
- AlicenseAqualityDmaintenanceMCP server for Twitter/X enabling AI agents to search, post, reply, and engage with tweets.Last updated14151MIT
- AlicenseBqualityDmaintenanceMCP server for interacting with the X platform (Twitter) via MCP clients like Claude, Cursor AI, and Windsurf AI.Last updated20106MIT
- AlicenseAqualityBmaintenanceMCP server for the Twitter/X read API, enabling search, user profiles, tweets, followers, and more via natural language.Last updated37368MIT
Related MCP Connectors
FastMCP server for posting formatted content to X (Twitter) — Tollbooth-monetized, DPYC-native
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
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/jackleeio/bnbot-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server