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 FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 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
Evernote MCP Server
book

Evernote MCP Server MCP Server

AI-powered Evernote note management

evernotenotesorganizationsearch

About

## Evernote MCP Server: Note Organization The **Evernote MCP Server** integrates Evernote's powerful note-taking platform into Google Antigravity, enabling developers to capture, organize, and search notes across all their devices through AI-assisted knowledge management. ### Why Evernote MCP? - **Universal Capture**: Save notes, web clips, images, and documents - **Powerful Search**: Find anything with OCR and full-text search - **Notebook Organization**: Organize with notebooks, stacks, and tags - **Cross-Platform**: Access notes on any device with sync - **Web Clipper**: Save web content with formatting preserved ### Key Features #### 1. Note Management ```javascript // Create note with rich content const note = await evernote.createNote({ title: "API Integration Guide", notebookGuid: "notebook_123", content: `<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"> <en-note> <h1>API Integration Guide</h1> <p>This guide covers the REST API integration...</p> <en-todo checked="false"/>Set up authentication<br/> <en-todo checked="false"/>Implement endpoints<br/> </en-note>`, tags: ["development", "api", "documentation"] }); // Search notes const results = await evernote.search({ query: "intitle:API tag:development", notebookGuid: "notebook_123", maxResults: 20 }); // Get note content const noteContent = await evernote.getNote({ guid: note.guid, withContent: true, withResourcesData: true }); ``` #### 2. Organization and Sync ```javascript // List notebooks const notebooks = await evernote.listNotebooks(); // Create notebook const notebook = await evernote.createNotebook({ name: "Project Documentation", stack: "Work" }); // Add tags to note await evernote.tagNote({ noteGuid: note.guid, tagGuids: ["tag_1", "tag_2"] }); // Get note history const versions = await evernote.getNoteVersions({ noteGuid: note.guid }); ``` ### Configuration ```json { "mcpServers": { "evernote": { "command": "npx", "args": ["-y", "@anthropic/mcp-evernote"], "env": { "EVERNOTE_ACCESS_TOKEN": "your-access-token", "EVERNOTE_SANDBOX": "false" } } } } ``` ### Use Cases **Technical Notes**: Capture code snippets, debugging sessions, and solutions. **Research**: Collect and organize research materials with web clipping. **Meeting Notes**: Take and organize meeting notes with searchable tags. The Evernote MCP Server brings powerful note organization to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "evernote": {
      "mcpServers": {
        "evernote": {
          "env": {
            "EVERNOTE_ACCESS_TOKEN": "YOUR_OAUTH_TOKEN"
          },
          "args": [
            "-y",
            "evernote-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get OAuth access token from Evernote Developer
  2. 2Configure access token environment variable
  3. 3Supports note search and management

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