Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Simplenote MCP
📝

Simplenote MCP MCP Server

Simple cross-platform notes with instant sync.

simplenotenotessyncsimple

About

## Simplenote MCP Server: Plain Text Notes The **Simplenote MCP Server** integrates Simplenote's minimalist note-taking app into Google Antigravity, enabling developers to create and sync plain text notes across devices through AI-assisted workflows. ### Why Simplenote MCP? - **Pure Simplicity**: Distraction-free plain text notes - **Instant Sync**: Real-time sync across all devices - **Version History**: Access previous versions of any note - **Tags**: Organize notes with simple tags - **Markdown Support**: Optional markdown preview ### Key Features #### 1. Note Operations ```javascript // Create note const note = await simplenote.createNote({ content: "# Development Notes\n\nToday's tasks:\n- Review PR\n- Update docs", tags: ["dev", "daily"] }); // Search notes const results = await simplenote.search({ query: "API endpoints", tag: "dev" }); // Get note const noteContent = await simplenote.getNote({ id: note.id, version: "latest" }); // Update note await simplenote.updateNote({ id: note.id, content: updatedContent, tags: ["dev", "daily", "done"] }); ``` #### 2. Organization and History ```javascript // List notes by tag const devNotes = await simplenote.listNotes({ tag: "dev", sort: "modifydate", order: "desc" }); // Get note history const versions = await simplenote.getNoteVersions({ id: note.id }); // Restore previous version await simplenote.restoreVersion({ id: note.id, version: versions[2].version }); // Trash note await simplenote.trashNote({ id: note.id }); // List all tags const tags = await simplenote.listTags(); ``` ### Configuration ```json { "mcpServers": { "simplenote": { "command": "npx", "args": ["-y", "@anthropic/mcp-simplenote"], "env": { "SIMPLENOTE_EMAIL": "your-email@example.com", "SIMPLENOTE_PASSWORD": "your-password" } } } } ``` ### Use Cases **Quick Notes**: Capture ideas and notes instantly from your IDE. **Cross-Device Sync**: Access notes from any device with instant sync. **Version Tracking**: Review and restore previous versions of notes. The Simplenote MCP Server brings lightweight note-taking to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "simplenote": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers