PluginBench
MCP Server

MCP Evernote MCP Server

io.github.verygoodplugins/mcp-evernote

What is the MCP Evernote MCP server?

Evernote note management with OAuth and ENML conversion

How to install MCP Evernote

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-evernote": {
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-evernote"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-evernote": {
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-evernote"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-evernote": {
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-evernote"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-evernote": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-evernote"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-evernote -- npx -y @verygoodplugins/mcp-evernote

Related MCP servers

Graph-vector memory for AI assistants using FalkorDB and Qdrant

View repository →

MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics

View repository →

FreeScout ticket management with AI-powered analysis, search filters, and structured outputs.

View repository →

WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.

View repository →

Pirsch Analytics with natural language queries and trend analysis

View repository →

Read-only research tools for Robinhood portfolio data

View repository →