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-evernoteRelated MCP servers
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 →