Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bycrawl/mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
MCP server for ByCrawl — query 12 social media platforms from AI agents like Claude and Cursor.
Supported platforms: Threads, X/Twitter, Facebook, Reddit, LinkedIn, Xiaohongshu (RED), TikTok, Instagram, YouTube, Dcard, 104 Job Bank
Setup
Claude Code
claude mcp add bycrawl -e BYCRAWL_API_KEY=sk_byc_xxx -- npx -y @bycrawl/mcpClaude Desktop / Cursor
Add to your MCP config:
{
"mcpServers": {
"bycrawl": {
"command": "npx",
"args": ["-y", "@bycrawl/mcp"],
"env": {
"BYCRAWL_API_KEY": "sk_byc_xxx"
}
}
}
}Tools (64)
| Platform | Tools | Examples |
|---|---|---|
| Threads | 8 | Search posts, get user profile/replies, public feed |
| X/Twitter | 4 | Search tweets, get user timeline |
| 4 | Get page, search posts, get post by URL | |
| 5 | Get subreddit, search posts, get user | |
| 7 | Get company, search jobs/users, get post | |
| Xiaohongshu | 9 | Search notes, get comments, resolve share URL |
| TikTok | 7 | Get video, search, comments, subtitles, browse by category |
| 5 | Search hashtags, get user/post, comments, user posts | |
| YouTube | 5 | Get video/channel, search, comments, transcription |
| Dcard | 6 | Get post/forum, search posts, comments, persona |
| Job104 | 3 | Search jobs, get company/job details |
| System | 1 | Health check |
API Key
Get your API key at bycrawl.com.
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
BYCRAWL_API_KEY |
Yes | — | Your ByCrawl API key |
BYCRAWL_API_URL |
No | https://api.bycrawl.com |
API base URL (for self-hosting) |
License
MIT