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
Joplin MCP
📓

Joplin MCP MCP Server

Open-source note-taking with Markdown and E2E encryption.

joplinnotesopensourceencrypted

About

## Joplin MCP Server: Open Source Notes The **Joplin MCP Server** integrates Joplin's open-source note-taking application into Google Antigravity, enabling developers to manage markdown notes with end-to-end encryption through AI-assisted workflows. ### Why Joplin MCP? - **Open Source**: Free, open-source with active community development - **End-to-End Encryption**: Secure your notes with E2EE - **Markdown Native**: Full markdown support with syntax highlighting - **Sync Options**: Sync with Dropbox, OneDrive, Nextcloud, or WebDAV - **Cross-Platform**: Available on all major platforms ### Key Features #### 1. Note Management ```javascript // Create note const note = await joplin.createNote({ title: "Architecture Decision Record", body: "# ADR-001: Database Selection\n\n## Context\n...", parent_id: "notebook_id", tags: ["architecture", "decisions"] }); // Search notes const results = await joplin.search({ query: "database migration", type: "note", limit: 20 }); // Get note with content const noteContent = await joplin.getNote({ id: note.id, fields: ["id", "title", "body", "updated_time", "tags"] }); // Update note await joplin.updateNote({ id: note.id, body: noteContent.body + "\n\n## Decision\n..." }); ``` #### 2. Organization and Sync ```javascript // List notebooks const notebooks = await joplin.listNotebooks(); // Create notebook const notebook = await joplin.createNotebook({ title: "Project Documentation" }); // Add tag await joplin.addTag({ noteId: note.id, tagId: "tag_id" }); // Sync status const syncStatus = await joplin.getSyncStatus(); console.log("Last sync:", syncStatus.lastSync); ``` ### Configuration ```json { "mcpServers": { "joplin": { "command": "npx", "args": ["-y", "@anthropic/mcp-joplin"], "env": { "JOPLIN_TOKEN": "your-api-token", "JOPLIN_PORT": "41184" } } } } ``` ### Use Cases **Secure Notes**: Keep sensitive technical notes with end-to-end encryption. **Self-Hosted Knowledge**: Build a self-hosted knowledge base with full control. **Offline Documentation**: Access notes offline with sync when connected. The Joplin MCP Server brings secure, open-source notes to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "joplin": {}
  }
}

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