Seamless AI Access
Create, edit, and manage notes from Neemee's app or any MCP-enabled AI tool. Your notes, accessible everywhere, modified only when you choose.
What is MCP?
The Model Context Protocol (MCP) is Anthropic's open standard for connecting AI assistants to external data sources. Neemee implements MCP to provide full bidirectional access to your notes and notebooks. Create, read, update, and delete notes from Neemee's app or any MCP-compatible AI tool—including Claude Code, ChatGPT, and other MCP-enabled assistants. Your notes remain under your complete control; AI tools only modify content when you explicitly direct them to.
Available Operations
Note Management
- ▸Search and list notes with pagination
- ▸Read full note content and metadata
- ▸Create new notes via AI tools
- ▸Update existing notes
- ▸Delete notes with confirmation
Notebook Operations
- ▸List all notebooks with note counts
- ▸Search notebooks by name or description
- ▸Create new notebooks
- ▸Update notebook metadata
- ▸Filter notes by notebook
Example Usage
# Search your notes > "Find all my notes about React 19" # Create notes from conversations > "Save this conversation as a note in my Tech Research notebook" # Organize your notes > "Show me my top 5 notebooks by note count" # Complex queries > "Find notes from react.dev created in the last week"
Rich Markdown Editor
Write and edit with a powerful markdown editor
Neemee includes a full-featured markdown editor with live preview, syntax highlighting, and formatting tools. Whether you're writing documentation, taking notes, or organizing research, the editor provides all the tools you need for productive writing in markdown format.
Syntax Highlighting
Code blocks with syntax highlighting for 13+ languages including JavaScript, TypeScript, Python, Go, Rust, and more. Perfect for technical documentation and code examples.
Live Preview
See your formatted content as you type. The live preview updates in real-time, showing exactly how your markdown will look when saved.
Rich Formatting
Full support for tables, images, links, lists, headers, blockquotes, and all standard markdown formatting. Create professional-looking notes with ease.
Editor Features
- ✓
Toolbar Actions
Quick access buttons for bold, italic, headers, lists, links, and more
- ✓
Keyboard Shortcuts
Standard markdown shortcuts for faster writing
- ✓
Table Support
Create and edit tables with column alignment and formatting
- ✓
Image Embedding
Insert images by URL with automatic preview
- ✓
Auto-Save
Your work is automatically saved as you type
Supported Languages
Single-Click Web Clipper
Capture web content instantly with our bookmarklet
Content Extraction
- •Automatically extracts article text and page title
- •Preserves formatting, links, and content structure
- •Captures source URL and domain for organization
- •Works seamlessly across all websites
How It Works
- 1
Install Bookmarklet
Drag the button to your bookmarks bar
- 2
Highlight & Click
Select the content you want, then click the bookmarklet
- 3
Review & Organize
Add to notebooks and customize metadata
Captured Metadata
{
"title": "React 19 Release Notes",
"url": "https://react.dev/blog/2024/12/05/react-19",
"domain": "react.dev",
"content": "# React 19 Release Notes\n\nWe're excited to announce...",
"captured_at": "2024-12-05T10:30:00Z",
"frontmatter": {
"tags": ["react", "release"]
}
}Portable Markdown—No Lock-In
Your notes in standard markdown format, not trapped in proprietary systems. Export anytime, use with any tool, keep your data truly yours.
Everything in Neemee is stored as markdown: a simple, universal text format that's been around for decades. Your notes and web clippings aren't locked into proprietary formats—they're plain text files that work with any tool, now and in the future. Export anytime, use anywhere, and keep your data safe.
For developers: All notes are stored as standard markdown files with YAML frontmatter metadata. This means full compatibility with static site generators, documentation tools, and any markdown-aware application. Your data is portable and future-proof.
Universal Format
Markdown is supported by thousands of tools and platforms. Your notes work everywhere—from GitHub to documentation generators to AI tools. No vendor lock-in, ever.
Future-Proof
Plain text markdown files never become obsolete. Unlike proprietary formats, your notes will be readable and usable decades from now, regardless of what happens to Neemee.
Export Anytime
Download any note with full metadata intact. Copy as markdown, download with frontmatter, or access programmatically via our API. Your data, your way.
AI Tool Compatibility
Markdown is the preferred format for AI tools. ChatGPT, Claude, and other AI assistants work best with markdown-formatted content. By storing everything in markdown, your notes are optimized for AI processing and integration right out of the box.
- ✓
Native AI Format
AI tools understand markdown natively—no conversion needed
- ✓
Structured Metadata
YAML frontmatter provides structured data for AI context
- ✓
Seamless Integration
Connect directly to AI tools via our MCP server
- ✓
Cross-Platform
Use your notes with any AI tool that accepts markdown
Example Markdown Note
---
title: "React 19 Release Notes"
tags: ["react", "release", "frontend"]
source: "https://react.dev/blog"
reading_time: 12
---
# React 19 Release Notes
React 19 introduces several new features...
## Key Changes
- **Actions**: Async transitions with automatic state management
- **New Hooks**: useOptimistic, useFormStatus, useFormState
- **Server Components**: Enhanced server-side rendering
## Code Example
```javascript
function MyComponent() {
const [isPending, startTransition] = useTransition();
// Your code here
}
```Powerful Search & Discovery
Find exactly what you need with intelligent search and filtering
Search Features
- ✓
Full-Text Search
Search across titles, content, and metadata
- ✓
Domain Filtering
Filter by source website or domain
- ✓
Date Range Queries
Find notes from specific time periods
- ✓
Tag-Based Search
Filter by custom tags and categories
- ✓
Notebook Filtering
Search within specific notebooks
- ✓
Pagination Support
Efficient browsing of large result sets
Search Examples
query: "React hooks"
Find all notes mentioning React hooks
domain: "github.com"
Show all notes from GitHub
tags: "typescript,tutorial"
Notes tagged with both terms
notebook: "Tech Research"
Search within a specific notebook
Combined Filters
Mix and match filters for precise results:
query="Next.js" & domain="vercel.com" & startDate="2024-01-01"Automatic Version History
Never lose important changes with automatic version backups
Every time you save a note, Neemee automatically creates a complete backup version stored securely in the cloud. Access up to 50 previous versions of any note with one-click downloads. Perfect for recovering lost content, reviewing changes, or tracking the evolution of your ideas over time.
Automatic Backups
No manual work required. Every save creates a timestamped backup automatically in the background. Edit freely knowing your previous versions are always safe.
50 Version Retention
Keep the last 50 versions of every note. Older versions are automatically cleaned up to optimize storage while preserving your recent history.
One-Click Recovery
Download any previous version with a single click. Full markdown files with complete frontmatter metadata included for easy restoration.
Version History Features
For developers: All version backups are stored as complete markdown files with YAML frontmatter metadata. Download any version and restore it directly, or use version history programmatically via our API endpoints.
- ✓
Complete Snapshots
Each version contains the full note content and all metadata
- ✓
Timestamp Tracking
View exact save times with precise timestamps for each version
- ✓
Size Information
See file sizes for each version to track content growth
- ✓
Secure Storage
All versions stored securely in AWS S3 with user-scoped access
- ✓
Non-Blocking Saves
Version backups happen asynchronously without slowing down your workflow
How It Works
Automatic Process
- 1
Edit Your Note
Make changes to any note in the editor
- 2
Save Changes
Click save to update the note
- 3
Version Created
Backup automatically saved in the background
- 4
Access History Tab
View and download all versions anytime
Version Details
Flexible Metadata System
Add rich, structured metadata to every note with YAML frontmatter
Frontmatter is a powerful way to add structured data to your notes. Define custom fields with different types to track whatever matters to you—from simple tags to complex project metadata.
For developers: All notes are stored as markdown files with YAML frontmatter, following standard markdown conventions. Export notes with full metadata intact, or access structured data programmatically via our API and MCP server integration.
Supported Field Types
Simple text values for titles, names, or descriptions
True/false flags for status tracking
Date values for deadlines or timestamps
Numeric values for ratings or counts
Lists of values like tags or categories
Select from predefined options
Example Frontmatter
Research Paper Note
--- title: "AI in Software Development" authors: ["Smith, J.", "Doe, A."] publication_year: 2024 read: false priority: 5 tags: ["ai", "research", "software-engineering"] status: "to-read" ---
Project Task Note
--- title: "Implement User Dashboard" due_date: "2024-12-15" assignee: "Alice" completed: false priority: "high" tags: ["frontend", "dashboard", "sprint-5"] estimated_hours: 8 ---
Ready to Take Control of Your Notes?
A lightweight alternative to Google Docs and Apple Notes with full bidirectional AI integration. Manage notes from our app or Claude Code, ChatGPT, and other MCP-enabled tools. Portable markdown. No lock-in. Full control.