YouTube Deep SummaryYouTube Deep Summary

Star Extract content that makes a tangible impact on your life

Video thumbnail

Obsidian + MCP + SuperWhisper: Write FASTER with AI

Greg Baugues (@greggyb) • 5:25 minutes • Published 2025-04-09 • YouTube

🤖 AI-Generated Summary:

📹 Video Information:

Title: Obsidian + MCP + SuperWhisper: Write FASTER with AI
Duration: 05:25

Short Summary:

In the video, Greg explains how combining Claude Desktop, MCP servers, and Obsidian streamlines workflows, particularly for writing tasks. He describes using Claude Desktop (which can act as an MCP client) to interact with his Obsidian notes via a file system MCP server. By dictating responses to interview questions using Super Whisper, having Claude organize and clean up the responses, and then making final edits in Obsidian, Greg significantly reduced the effort and time needed to complete a large writing project. He suggests that this integration, possibly enhanced with tools like Git for version control, is highly effective for managing and editing notes or interview responses.


📝 Transcript (140 entries):

[00:00] Hello there. My name is Greg and today I want to talk to you about how you can use Claude Desktop plus MCP servers plus Obsidian to get some pretty astonishing results with not very much effort. Let's start with some definitions. What is Claude Desktop? Claude Desktop is the app version of Claude. You can install [00:17] it on your machine and run it as an app [00:19] versus the web version. Why would you want to do that? Why don't you just use the web version? Well, in our case, primarily because the uh desktop version of Claude can act as an MCP client, which means that it can interact with MCP servers, and you cannot do this yet uh via the web version. So, what is an MCP server? Uh MCP or model context [00:39] protocol is an open protocol that was [00:42] developed by anthropic and it is a [00:45] standardized way to bring context to [00:48] your models. Uh this context will often take the form of knowledge say interacting with a database or tools which would be functions programmatic functions that your model can decide to invoke. Uh and one of the simplest uh MCP servers was the file system one. And so the file system one equips your model with a set of tools that will allow it to list all the files in a directory, read those files, write to those files, create new files, etc. This pairs really nicely with Obsidian. Obsidian is an [01:20] incredibly popular note-taking app. And Obsidian uh basically sits on top of what it calls a vault. A vault is effectively a directory full of markdown files. Uh and so if you take the cloud desktop app, you give it access to the file system via an MCP server, it can now read and edit your Obsidian notes. Let's look at an example of what you can do with this setup. Last week I spoke at [01:43] the business of software conference in [01:45] the UK and gave a talk about AI and [01:48] afterwards my friend Dave Collins from [01:50] the conference asked if I would do uh an [01:52] interview over email for his blog and [01:55] newsletter and I said sure and he sent [01:58] me a list of 10 questions to sort of [02:00] answer at my leisure uh that were [02:02] related to my talk. Um these 10 questions is the sort of thing that I would naturally procrastinate. Uh, so I instead just said, "Hey, I wonder if I can use this new setup to knock this out in an hour or two." Uh, so what I did is I created a new Obsidian note and I copy and pasted Dave's questions into there. Then I went into Claude and I asked, "Hey, do you have access to this note?" [02:24] And I said, "Yes, indeed, I can see the [02:26] note." And I said, "Okay, ask me each question one at a time." And so now it was like I was being interviewed by Claude as opposed to being faced with all the questions at once. Now, instead of typing my responses into the chat box, I used Super Whisper to dictate my responses. And this was nice because I could ramble a little bit, but I wasn't getting caught in the typical writing trap of editing while I was writing. I [02:51] just spoke my reply and then after each [02:54] reply, I asked Claude to update the [02:57] original document with my response to [02:59] the question. And it did this pretty much flawlessly. I did have some issues with Super Whisper. uh it was a little bit finicky and I had to turn on the uh simulate key press uh for it to input the text into the clawed text box. And I'm not sure what was going on there, but it took a little bit of uh of poking and proddding, but I was able to get Super Whisper to work here. So, after [03:22] that pass, it went through and it asked [03:24] me the 10 questions and now I had [03:26] responses. I then asked Claude to take a pass over all of my responses and to just clean them up. So, I said, "Hey, I'm likely to repeat myself when I speak. Uh, can you please uh edit these for brevity and succinctness? Make sure I'm only expressing an idea once per response, but please keep everything as close to my words as possible. Uh, I [03:50] also asked it to please uh put its edits [03:53] into a new document. I was afraid here that if something went wrong, I would lose all my original responses and it wouldn't be impossible to retrieve them, but it would be tricky." Uh, this did though make me think of a bit of a tangent for a future experiment. I do wonder if you could uh equip Claude with the Git MCP server, uh, which would allow it then to make commits. And I'd have to look into this, but I imagine that Git plus Obsidian, it would be a pretty powerful combination to have version control for all of your notes. [04:23] Marking that for a future project. Uh, it was able to create a new file, no problem. Uh, it cleaned up my responses. uh did a pretty good job. Uh still wasn't exactly where I wanted it. So now [04:35] I went into Obsidian and I finally, you [04:38] know, sort of for the first time took [04:39] the keys and did a good old-fashioned [04:42] editing pass, uh and cleaned up the [04:46] text, um you know, removed the bits that [04:48] I didn't like, added some bits that I [04:50] thought of afterwards. Um, but this editing process is so much easier than writing. And saving the editing for after I've already done the writing and already had Claude take a first pass and clean up my dictations saved me so much time. Uh, in the end, I ended up writing about 2,000 words uh, and probably about 90 minutes uh, and sent these off to Dave that morning before lunchtime. And it felt great. Like it felt great to [05:14] knock out this project. And I can easily say that I would not have gotten this done as quickly if it had not been for this Claude plus MCP server plus Obsidian setup.