EvernoteDevelopersevernote.com

Connect Any MCP client

The Evernote MCP server is a standard remote MCP server over Streamable HTTP with OAuth. Any compliant client can connect.

https://mcp.evernote.com/mcp
  1. 1Add a remote MCP serverPoint your client at https://mcp.evernote.com/mcp.
  2. 2Complete OAuthClients that support OAuth with Dynamic Client Registration connect with no manual app setup — approve the Evernote sign-in when prompted.

Prefer a config file? Use:

config
{
  "mcpServers": {
    "evernote": {
      "url": "https://mcp.evernote.com/mcp"
    }
  }
}