Telegram Member Adder โ Native MCP Server ๐
Pricing
from $5.00 / 1,000 member-addeds
Telegram Member Adder โ Native MCP Server ๐
Grow your Telegram channel on autopilot. Copy members from groups safely with smart delays, multi-account rotation and filters. ๐ง Native MCP Server - AI agents invoke tools directly via MCP protocol. Pay only $0.01 per member added. Free simulation included.
Pricing
from $5.00 / 1,000 member-addeds
Rating
0.0
(0)
Developer
opportunity-biz
Maintained by CommunityActor stats
0
Bookmarked
22
Total users
6
Monthly active users
19 days ago
Last modified
Categories
Share
๐ Telegram Member Adder โ Grow Your Channel Automatically
Copy members from any Telegram group to your channel โ safely, automatically, and with zero coding.
Pay only $0.01 per member successfully added. No monthly fees, no subscriptions.
๐ง Native MCP Server โ AI Agent Ready
This Actor is now a native MCP (Model Context Protocol) server. AI agents like Claude, ChatGPT, Cursor, Copilot, and any MCP-compatible client can discover and invoke its tools directly over HTTP โ no adapters needed.
Connect as an MCP client:
{"mcpServers": {"telegram-member-adder": {"url": "https://your-actor.apify.actor/mcp"}}}
Available MCP Tools
| Tool | What it does |
|---|---|
fetch_members | Fetch member list from a Telegram source group/channel |
add_members | Full pipeline: fetch โ filter โ add to target with flood protection |
simulate_add | Dry-run simulation โ preview who would be added (no real adds) |
filter_members | Apply language/keyword/premium filters to an existing member list |
check_account | Validate a Telegram session string format |
Why a native MCP server? Other Telegram tools require external adapters or the hosted
mcp.apify.comproxy. This Actor is an MCP server โ deploy it, and AI agents talk to it directly. The first and only Telegram member adder with native MCP server support on Apify.
๐ Why this is the best Telegram member adder on Apify
| Feature | โ Other adders | โ This Actor |
|---|---|---|
| Input interface | Raw JSON โ confusing for non-devs | โ Beautiful form with emojis, sections, clear labels |
| Auth | QR code every run or external JSON file | โ Session string โ one-time setup, reusable forever |
| Multi-account | Single account only | โ Multi-account rotation + per-account cooldown |
| Flood control | None โ accounts get banned | โ Smart delays + automatic cooldown when Telegram limits hit |
| Member filters | None | โ Language, bio keywords, Premium filter |
| Output format | Visual log only | โ Structured JSON dataset with 2 views (Summary + Technical) |
| MCP / AI ready | No | โ Native MCP server โ direct protocol support, no adapters needed |
| Pricing | $0.01 per start + $0.01 per result | โ Only $0.01 per member added โ runs with 0 adds cost $0 |
| Safe mode | No โ you add or nothing | โ Safe mode โ simulate first, see results before adding |
| Account safety | No protection | โ Random delays, flood detection, cooldown system |
๐ฏ Perfect for
- Community builders โ grow your Telegram group or channel
- Course creators โ invite relevant members from related communities
- Crypto/NFT projects โ build your Telegram audience
- Marketing teams โ targeted member acquisition
- AI agents โ use MCP tools to automate Telegram member management
- Anyone who wants to grow their Telegram presence safely
๐ก๏ธ Safety first
We take Telegram safety seriously:
- Random delays between adds (you control min/max)
- Automatic flood detection & cooldown
- Multi-account rotation to distribute activity
- Safe mode โ test with zero risk before going live
๐ฎ How it works
1. Connect your Telegram account (session string, no QR)2. Pick a source group โ we fetch members3. Optional filters โ we select only the right people4. Pick your target channel โ we add them safely5. Get a clean dataset โ see exactly what happened
Or use the MCP tools from any AI agent to do steps 2โ5 programmatically.
๐ What you get
Each run produces a structured dataset with:
- โ Who was added successfully
- โญ๏ธ Who was already in the group
- ๐ Who couldn't be added (privacy settings)
- โณ Who was skipped (flood protection)
- ๐ All safe mode results
Perfect for AI agents, MCP workflows, and data analysis.
๐ฐ Pricing
- Model: Pay Per Event
- Price: $0.01 per successfully added member
- Free tier: Apify free plan credits ($5/month) apply automatically
- Zero risk: A run with 0 successful adds costs $0
- MCP tool calls: $0.001โ$0.01 per tool invocation (configured in pay_per_event.json)
๐ Quick start
- Get your Telegram API credentials at https://my.telegram.org
- Set
TELEGRAM_API_IDandTELEGRAM_API_HASHin Actor settings - Generate a session string (instructions below)
- Run with Safe mode ON to test
- Turn off safe mode when you're ready
- Or connect via MCP โ point your AI agent to the Actor's
/mcpendpoint
How to get your session string
pip install telethonpython -c "from telethon.sync import TelegramClientfrom telethon.sessions import StringSessionAPI_ID = YOUR_API_IDAPI_HASH = 'YOUR_API_HASH'with TelegramClient(StringSession(), API_ID, API_HASH) as client:print(client.session.save())"
๐ง Input fields
| Field | What it does |
|---|---|
| Session strings | Your Telegram account key (one-time setup) |
| Source group | Where to take members from |
| Target channel | Where to add members |
| Safe mode | Simulation โ see results without adding anyone |
| Max members | How many to process |
| Min/Max delay | Wait time between adds (seconds) |
| Language filter | Only add users with specific language |
| Bio keywords | Only add users whose bio mentions certain words |
| Premium only | Only Telegram Premium users |
๐ Output fields
| Field | Description |
|---|---|
| โ Status emoji | Quick visual: added, skipped, error |
| First/Last name | Member's profile name |
| Username | @username (if public) |
| Result | Plain language: "Added successfully", etc. |
| Plan | โญ Premium or Free |
| Status code | Technical code for developers |
๐งช Verification
The MCP server implementation passes 10 automated tests:
- โ All 5 tools registered with FastMCP
- โ Every tool has a valid input schema
- โ No unexpected tools exposed
- โ Module imports cleanly
- โ MCP instructions contain tool descriptions
- โ Readiness probe (GET /) returns 200
- โ MCP tools/list returns all 5 tools over HTTP
- โ MCP check_account tool works (pure validation)
- โ MCP ping/pong works
- โ Tools/call with invalid args returns proper errors
Run tests: .venv/bin/python -m pytest test_mcp_server.py -v
๐ License
This Actor is provided for legitimate community building purposes.
Always respect Telegram Terms of Service and applicable privacy laws.
Use only on groups and channels you own or have explicit permission to manage.