AgentHubAgentHub

MCP Evernote

MCP ServerMCP Registry官方收录

io.github.verygoodplugins/mcp-evernote · v1.2.3

Evernote note management with OAuth and ENML conversion

概览

MCP Evernote 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-evernote": {
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-evernote"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.verygoodplugins/mcp-evernote",
  "type": "mcp-server",
  "version": "1.2.3",
  "displayName": "MCP Evernote",
  "description": "Evernote note management with OAuth and ENML conversion",
  "repository": {
    "url": "https://github.com/verygoodplugins/mcp-evernote",
    "source": "github"
  },
  "homepage": "https://verygoodplugins.com/?utm_source=mcp-registry",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@verygoodplugins/mcp-evernote",
        "version": "1.2.3",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.verygoodplugins/mcp-evernote",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.verygoodplugins%2Fmcp-evernote/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
MCP Evernote — MCP Server 安装与配置 · AgentHub