How to Use the Evernote MCP in Windsurf
Let Windsurf's Cascade autonomously chain Evernote updates, search notes, and organize notebooks directly from your workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Evernote MCP to Windsurf
Create your Vinkius account to connect Evernote to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Cascade Auto-Chains Evernote MCP Server Tasks
Windsurf uses `list_notebooks` to find your project folders, grabs the relevant notes via `list_notes`, and pulls the full ENML content with `get_note`. Cascade handles this entire retrieval chain without requiring you to prompt each step individually. You do not have to copy and paste background info anymore. Cascade runs the entire sequence in one go, handing you a fully synthesized summary directly in your editor.
Deep Notebook Search and Synthesis
Cascade runs `search_notes` using Evernote's native query syntax to pinpoint exact files right from your active Windsurf session. Stop bouncing to the web app to find old code snippets or meeting details. Once it locates the target, the agent can call `get_notebook` to understand the broader context. It pulls tag lists with `list_tags` to ensure the retrieved data fits your current coding task perfectly.
Write Back Code and Logs to Evernote
Cascade uses `create_note` to dump build logs, architecture drafts, or code snippets directly into your chosen notebook. Keep your scratchpads updated without leaving your IDE. If you need to append updates to an ongoing log, the agent calls `update_note` to modify the existing file. It even tracks your API quotas using `get_user` so you never hit rate limits mid-session.
Set up Evernote MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Evernote MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Evernote payment history." If connected, Cascade will call the Evernote tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"evernote-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Evernote. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Evernote MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Evernote MCP today
We host it, we monitor it, we maintain it. You just paste one token.