See a Feature You Like? Have Your Own AI Learn It—Wiring Tencent Meeting into Claude Code
You see a genuinely useful feature in someone else's software. What's your first reaction? Most people envy it, or just switch to that tool. But there's another path: have the AI you're already fluent with learn that capability.
This episode walks that path end to end. I'm in Tencent Meeting every day and rely on AI for notes, so I had Claude Code research how to wire Tencent Meeting in, compare four approaches, pick the one that fit me, and then walk me through connecting it. The process doesn't matter. This "have AI steal the trick" habit is the part you can use over and over.
First, something that surprised me recently: I gave Tencent’s WorkBuddy a serious workout. The Hunyuan 3 model is free on it right now, and a lot of everyday office work comes out well as long as you pick the right expert and skill.
But the thing that really caught my eye is its connectors—it packages MCPs for many common apps, especially Tencent’s own, into one-stop integrations. Click, bind, and the MCP is hooked up in one shot. I’m in Tencent Meeting every day and I lean hard on AI for meeting notes, so this saves me real work. I tick the Tencent Meeting connector on a task, then say “a while back I had a meeting with so-and-so, what did we discuss” or “what are our next action items.” It finds the transcript for the right meeting and answers the way I asked. For someone new to AI, that experience is genuinely good.
But my main driver is still Claude Code
The problem is that my daily driver is still Claude Code. I could wire Sonnet or Fable 5 into WorkBuddy, but to be straight with you—I can’t afford it, roughly ten to twenty yuan a minute.
So I started thinking: Tencent Meeting offers its own MCP service, so could I hook it into my Claude Code too?
This is one of the most common mental habits in how I learn and use AI: I have a need, I see another piece of software has already solved it, so I go talk to the agent I use every day and add that capability to my own workflow. The steps themselves don’t matter much in the end. It’s this line of thinking, this way of talking to the thing, that’s worth borrowing.
Letting Claude Code do its own research
First, to clear up a question you may have about my interface: this is neither a terminal nor a desktop client. Claude Code bans have been pretty severe lately, so the safer play is terminal-only, staying away from the client and the web version. But the terminal experience isn’t great, and a lot of the functionality isn’t readable at a glance. So back in late February I wrote my own web version of Claude Code. It’s Claude deployed on a cloud server, and through this page I can see the files on that server, get all my email, and switch between “terminal” and “text chat” however I want, with several windows running in parallel.
Back to the point. Here’s how I briefed it:
I use Tencent Meeting a lot. Right now I paste the transcripts in by hand, or download them and hand them to you for a summary and notes. I want you to build a multi-agent team, search concurrently, and dig into whether Tencent Meeting exposes an MCP you can connect to from outside, so that from here on you can query my recent meeting records and pull the related documents yourself. When the research is done, don’t jump to execution. Give me an operational checklist first and walk me step by step through binding and authorizing the MCP.
The thinking is the same line as before: have AI learn how other people did this, then break it down and walk me through doing it for the first time.
The research came back with several options:
- Tencent Meeting’s official MCP: personal accounts only, and it asks for sweeping permissions;
- Tencent’s official open-source CLI (skill): once authorized, AI calls the corresponding functions;
- Third-party MCPs: built by individual developers, and no longer maintained—ruled out immediately;
- Plus the underlying Open API, which you can build against yourself.
Some of these only work with personal accounts; some need a business or enterprise plan. I’m on a personal Pro plan, and my need is simple—pull the latest meeting’s transcript or recording. So I had the AI weigh my situation and judge which approach fit me best. After I pressed it, it recommended the second one: authorize the device, then use the official open-source CLI.
It SSHed into my local machine and finished the job itself
My cloud box has a modest spec, so for a lot of tasks I have it connect to my local machine and run things there. Same here: its instructions had me run an installation check locally. But it already has access to that machine, so there was no reason for me to type the commands myself. Just let it keep going.
So I told it: you have authorization on my local machine, so SSH over, run the commands, verify whether it worked, and when you’re done tell me what I can do now. Then we’ll continue.
Sent it, waited a moment. It connected over, ran every command, and everything was ready except one authorization click from me. I flipped the authorization on—that fast? Took another look, and it really was working. It was already inside my Tencent Meeting account, it could see my last several meetings, and it had pulled the transcripts over. It hit some traps along the way, the usual encoding problems among them, but it diagnosed and fixed them itself. At the end it went ahead and wrote up a capability list of what this official CLI can do.
I checked the clock: the whole MCP hookup took about half an hour. So in fairness—WorkBuddy’s one-click integration is still less work, and no wonder, they’re sibling products in the same family.
Once it’s connected, the possibilities open up
But once this MCP is connected, what you can build on top of it opens way up. I floated another request right away:
So in theory, could you poll on a schedule and detect when a new meeting shows up? And when there is one, turn the transcript into the kind of web-page meeting notes I’m used to, pull out the follow-up action items, and drop them in my calendar? Is all of that doable? For now just tell me whether it’s feasible—don’t build it yet.
See, once you’ve plugged in an MCP capability, you can describe a complete, idealized working state and have it build that for you. As for what comes after—turning a set of meeting notes into a consulting report you can hand a client as-is—I covered that in an earlier episode, so I won’t expand on it or sit here waiting for it to finish.
It came back fast: feasible, and most of the functionality it had already verified supports the idea directly.
So in the age of AI, it really is true—the only limit is what you can’t think of, not what can’t be done.
Source: EP0059_audio.mp3 · ASR model gemini-2.5-pro (chunked parallel) · full text of the original recording
[00:00] Honestly, this was a nice surprise. I recently dug deep into Tencent’s WorkBuddy, because the Hunyuan 3 model is free to use on WorkBuddy right now. All the everyday office jobs get done well on WorkBuddy as long as you pick the right experts and skills. But the feature that really made me sit up is the connectors. It takes the MCPs for the apps you use all the time—Tencent’s own apps especially—and puts them all in one place. You click in, bind it, and the MCP is wired up in one shot. For someone like me who’s constantly in Tencent Meeting calls and relies on AI
[00:25] for meeting notes, this is unbelievably convenient. All I have to do is tick Tencent Meeting in the connector list for the task and say, hey, in that meeting I had with so-and-so a while back, what did we talk about? Or, what are our action items coming up? And it goes straight to the relevant meeting transcripts and gives me the answer in exactly the form I asked for. If you’re new to AI, this is a huge deal. Now, what I actually use more day to day is Claude Code. And yes, I could hook Sonnet or Fable 5 into WorkBuddy, but honestly, I can’t afford it. I can’t afford it.
[00:50] It’s something like ten or twenty yuan a minute. So I started thinking: since Tencent Meeting offers an MCP service, can I wire it into my Claude Code and use it there? And this is something I do all the time when I’m learning AI and using AI: I’ve got a need, I see some other piece of software that has solved it, so I go talk to the agent I use every day and get that same capability into my own workflow. Honestly the process itself isn’t the important part. What’s worth borrowing and learning is the line of thinking, the way you talk to it.
[01:15] So let’s go back to my Claude Code. Here’s how we can put it: I use Tencent Meeting a lot. Right now I manually paste the transcripts, or download them locally, and hand them to you for the meeting summary and notes. What I want is for you to build a multi-agent team, run parallel search and deep research, and find out whether Tencent Meeting has an externally connectable MCP. Once it’s hooked up, you’ll be able to look up my recent meeting records directly
[01:40] and pull the related documents. And once you’ve done the research, don’t jump straight into it—write me a checklist of steps and walk me through binding and authorizing the MCP one step at a time. So we send that off and let it do the research. The idea, again, is to let AI go learn how someone else did this thing, then break it down and chew it up for us so we can pull off the setup on the first try. Now, some of you looking at my Claude Code interface might be wondering: that’s not a terminal, and it’s not the desktop client either.
[02:06] Right—and that’s because Claude Code is banning accounts pretty aggressively right now. The safer way to use it is terminal only, no client and no web version. But the terminal has terrible UX—a lot of features just aren’t there, or aren’t intuitive enough. So I pulled out a personalized web version of Claude Code that I wrote back around the end of February. Under the hood it’s Claude deployed on a cloud server, and through this web version I can see the files on the server, and I get all my email, and I can switch however I want
[02:31] between a terminal and a text-chat way of using Claude Code—and run multiple windows in parallel too. Let’s wait for the research to finish. Okay, the result’s back. It says there are actually several ways to do this. First, the official Tencent Meeting MCP: it only supports personal accounts, and the permissions it takes are very broad. Second, Tencent’s officially open-sourced CLI, which lets AI call the corresponding features once it’s authorized. There’s also a third-party MCP, but here the AI
[02:56] found in its research that the third-party MCP was built by a single individual and hasn’t been updated since. And then of course there’s the underlying Open API, so we could do some development ourselves. Looking at the research it sent back, there are limitations: some routes are personal-account only, some are—some can only be used with a personal account, and some are only available on the business and enterprise editions. Since I’m on a personal Pro plan, at this point I’ll get the AI to make the call for me: given my situation and my needs, which route is the better way to do this?
[03:22] So we just follow up right here and say: my Tencent Meeting is a personal-edition, Pro-tier account. In that case, all I need is to pull the latest meeting transcripts, or—or the audio files. Pick one of the options above for me. Obviously the third-party MCP is out for a personal account, so what we’re really weighing is the officially open-sourced CLI skill versus the official MCP. Then we go build that connection, and you walk me step by step
[03:47] through the authorization and hookup. Okay, send it off, wait again. Right, that result’s back too. It made a judgment based on my current needs: option two, authorizing the device and using the officially open-sourced CLI, is a workable solution. Now, my cloud machine isn’t especially well specced, so I have it connect to my local machine to execute a lot of tasks. So again, the instructions it’s giving me are to run an install check on my local machine. But since it already has access to my local machine, there’s no reason for me to type these commands by hand.
[04:12] I just let it keep going: you have authorization on the gpd machine, you can SSH over and run these commands directly, then verify whether it worked. Once that’s done, tell me what capabilities we’ve got now, and then we’ll continue. Okay, send it off and wait a bit. Right, it’s connected over and run the commands. Looks like everything’s ready and it’s just waiting on my authorization. So let me open that authorization up. Done already? Let me look again. Looks like it’s done.
[04:38] Okay, now it’s fully working end to end. It’s inside my Tencent Meeting account, it can see my last few meetings, and it pulled the transcript of one of them over. It hit a few snags along the way—the usual encoding problems—but it diagnosed and fixed all of them itself during the process. And it wrote me up a summary of what this official CLI can actually do. The whole MCP hookup took, I checked, about half an hour. So WorkBuddy’s one-click connect is still more convenient—they’re sibling products in the same family, after all. So what can we do now that we’ve got this MCP? There’s a ton you could do with it.
[05:04] For example, here’s the first thing that comes to mind—let’s put a request to it. In theory, could I have you poll on a schedule and check whether any new meeting has been created? And if there is one, automatically turn the transcript into the web-based meeting notes format I’m used to. And on top of that, generate the action items that come out of it and drop them into my calendar. Can all of that be done? For now just reply with how feasible it is—don’t actually
[05:29] start building these features. So you can see: once we’ve wired in one MCP capability, you can go ahead and picture your ideal way of working and just have it automate the whole thing for you. And as for the next step, how to turn meeting notes into a professional consulting report for the client—that’s what one of my earlier episodes covered, so we won’t wait around for it here. By now it’s replied that it’s feasible, and that most of the verified features directly support what I’m imagining. So in the age of AI, the only limit really is what you can think of, not what’s possible.
[05:54] That’s it for today’s video. See you tomorrow, bye.