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.
Latest Blog Posts
- 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