$ man content-wiki/notetaker-tools
Tools and MCPsbeginner
notetaker tools and second brain systems for builders
The tool doesn't matter as much as having ONE system you actually use.
by Shawn Tenam
the problem with builder ideas
Builders have ideas constantly. In the shower, on walks, driving, at 2am when something clicks. The problem isn't idea generation ... it's capture and retrieval. Most ideas evaporate within 15 minutes because there's no frictionless place to put them.
A second brain system is a capture-plus-retrieval infrastructure. Capture is the act of recording the idea before it disappears. Retrieval is finding it again when it's actually useful, which is usually days or weeks later when you're working on something related.
The tool matters less than the habit. A consistent Apple Notes practice beats an elaborate Obsidian vault you only open twice a month. Pick the simplest system you'll actually maintain, then upgrade when the simplicity creates a real constraint.
Obsidian
Obsidian is a local-first note-taking app built on markdown files. Every note is a plain text file on your machine. No cloud dependency, no subscription required for the core app, and your data is portable to any other system.
The killer feature is bidirectional linking. Write [[content-strategy]] in any note and it creates a link to a note called "content-strategy." Both notes then know they're connected. The graph view visualizes all these connections ... over time you can see clusters of related thinking emerge that you didn't consciously plan.
The plugin ecosystem is extensive. Dataview lets you query your notes like a database ("show me all notes tagged #content-idea created in the last 30 days"). Templater lets you define note templates for recurring capture types. Daily notes give you a dated journal for daily thinking.
The tradeoff: Obsidian rewards investment. The more you use it and link between notes, the more valuable it becomes. The first week feels like overhead. Month three it becomes a genuine thinking tool.
Notion
Notion is structured databases plus documents plus collaboration. The difference from Obsidian is the structure ... Notion thinks in tables, kanban boards, and relational databases. You can have a content ideas database with properties like "platform," "status," "publish date," and "draft link" and filter and sort it like a spreadsheet.
For team use, Notion has no competition at this price point. Shared wikis, project trackers, and meeting notes all in one place with real-time collaboration. Obsidian's collaboration features are minimal.
The tradeoff: Notion's flexibility comes with overhead. It's easy to spend an hour building a beautiful system that you then don't actually use for capture because pulling up Notion on mobile is slower than Apple Notes. Use Notion for structured project tracking and team wikis. Use something frictionless for first-capture.
Notion MCP
MCP (Model Context Protocol) is the protocol that lets AI agents like Claude Code and Cursor connect to external tools. The Notion MCP integration means Claude can read and write to your Notion workspace directly during a coding session.
Practical example: you have a content ideas database in Notion. Before starting a content planning session with Claude Code, it queries the database for unprocessed ideas, checks what topics you've already covered in the last 30 days, and factors that into its suggestions. Your passive knowledge base becomes an active input to your AI workflow.
Setting it up: install the Notion MCP server, connect it with your Notion API key, and configure it in your Claude Code or Cursor settings. The Notion integration page in your workspace settings generates the API key. The MCP server configuration goes in your .claude or Cursor settings file. Once connected, you can ask Claude to "add this to my content ideas database" and it happens without you switching apps.
when to use what
Obsidian: personal knowledge graph, freeform thinking, research notes, long-term idea development. Use when you want to connect ideas over time and see patterns emerge. Best for solo, local-first workflows.
Notion: team wikis, structured project tracking, content calendars, any data that benefits from database views and filtering. Use when you need collaboration or structured data relationships.
Apple Notes: quick mobile captures, voice memo transcripts, things that need to be recorded in under 10 seconds. Process into your primary system later ... Apple Notes is the inbox, not the archive.
The one rule that makes all of these work: pick one primary system and process everything else into it. Two half-used systems are worse than one committed system because you never know which one has the note you're looking for. Obsidian and Notion together works only if you have a clear rule about what goes where and you enforce it consistently.
frequently asked questions
Q: Is Obsidian free?
A: The core app is free forever. Sync (encrypted cloud sync across devices) is $4/month. Publish (hosting your vault as a website) is $8/month. The free version is fully functional for personal use with manual backup.
Q: Does Notion have a free tier?
A: Yes. The free tier supports unlimited pages and blocks for individuals. Team features (collaborative workspaces, advanced permissions) require a paid plan. The free tier is enough to evaluate it.
Q: I already use Apple Notes. do I need to switch?
A: Only if Apple Notes is creating a specific problem. If you can find your notes when you need them and you're actually capturing ideas in it, it's working. Upgrade to Obsidian or Notion when the lack of cross-linking or structure is visibly slowing you down.
Q: How do I set up Notion MCP?
A: The Notion developer portal at developers.notion.com generates your API key. Search for "Notion MCP server" on GitHub for the open source server implementation. Configuration instructions are in the README. The setup takes about 20 minutes for someone comfortable with terminal commands.
Q: Can Obsidian connect to AI tools like Notion MCP can?
A: Not as natively. There are community plugins for AI integration (Smart Connections, Text Generator) but the MCP ecosystem is more mature around Notion. If AI-first workflow integration is important, Notion has an edge.
related entries