Zoho Notebook Connector for AI agents.
10 live capabilities
Manage your personal knowledge base and research notes through conversational commands.
Waiting for input…
Why people use Zoho Notebook
Zoho Notebook for Faster Research Retrieval
This Connector changes that by letting you query your entire Zoho Notebook library with a single prompt. You get your answers immediately without ever leaving your chat window.
What Vinkius changes
You get a conversational interface for your entire Zoho Notebook library without leaving your workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding specific research quotes
A researcher has 50 notebooks and can't find a specific quote about quantum physics.
- Real-world use case 02
Starting a new content series
A content writer needs to start a new blog series.
- Real-world use case 03
Updating project status
A project manager wants to update a task list for a client.
Complete set · 10capabilities
The complete Zoho Notebook capability set.
These are the exact actions your AI can choose when you ask it to work with Zoho Notebook.
01—04
4 capabilities in this set.
Part of 10 available through Zoho Notebook.
- 01 Capability
Create notecard
Creates a new notecard with a title and body content for your notes. Use this to quickly dump a new idea into your workspace.
- 02 Capability
Create notebook
Makes a new notebook to help you organize your notes into specific categories. This is great for starting a new project.
- 03 Capability
Delete notecard
Permanently removes a notecard from your collection. Use this to clean up old drafts or irrelevant notes.
- 04 Capability
Delete notebook
Deletes an entire notebook and all its contents. Use this to remove an entire project folder you no longer need.
05—07
3 capabilities in this set.
Part of 10 available through Zoho Notebook.
- 05 Capability
Get notecard
Retrieves the full content and metadata for a specific notecard. This lets your agent see everything inside a specific note.
- 06 Capability
Get notebook
Fetches the details and IDs for a specific notebook. Use this to verify the structure of your current notebooks.
- 07 Capability
List notebooks
Shows all your notebooks so you can find the right ID for your notes. This is the first step for managing specific folders.
08—10
3 capabilities in this set.
Part of 10 available through Zoho Notebook.
- 08 Capability
Search notecards
Searches all your notebooks for specific keywords or ideas. Use this to find a needle in a haystack of notes.
- 09 Capability
Update notecard
Modifies the content of an existing notecard with new information. Use this to keep your notes current as you work.
- 10 Capability
List notecards
Lists all notecards within a specific notebook so you can see what's inside. Use this to browse the contents of a folder you just created.
Set up in minutes
One URL. Then ask Zoho Notebook to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Zoho Notebook from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_P8ZuaDSWAHGJs9npU3fN6Zrcj1djdbSGMzHjNl9w/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Zoho Notebook, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Zoho Notebook for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_P8ZuaDSWAHGJs9npU3fN6Zrcj1djdbSGMzHjNl9w/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Zoho Notebook URL.
- Step 03
Save and start
Save the connection and enable Zoho Notebook in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"zoho-notebook": {
"url": "https://edge.vinkius.com/vk_preview_P8ZuaDSWAHGJs9npU3fN6Zrcj1djdbSGMzHjNl9w/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Zoho Notebook
Open Agent mode in chat and ask: "Using Zoho Notebook, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"zoho-notebook": {
"url": "https://edge.vinkius.com/vk_preview_P8ZuaDSWAHGJs9npU3fN6Zrcj1djdbSGMzHjNl9w/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Zoho Notebook
Ask Copilot: "Using Zoho Notebook, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"zoho-notebook": {
"url": "https://edge.vinkius.com/vk_preview_P8ZuaDSWAHGJs9npU3fN6Zrcj1djdbSGMzHjNl9w/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Zoho Notebook
Open Cascade and ask: "Using Zoho Notebook, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"zoho-notebook": {
"url": "https://edge.vinkius.com/vk_preview_P8ZuaDSWAHGJs9npU3fN6Zrcj1djdbSGMzHjNl9w/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Zoho Notebook
Ask Cline: "Using Zoho Notebook, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add zoho-notebook --transport http "https://edge.vinkius.com/vk_preview_P8ZuaDSWAHGJs9npU3fN6Zrcj1djdbSGMzHjNl9w/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Zoho Notebook
Ask Claude: "Using Zoho Notebook, show me...". 10 tools are ready
Where the request belongs
Work Zoho Notebook can move forward.
This is for researchers, content creators, and project managers who are drowning in notes and need a way to query their data without manual filtering.
Content Creator
Manages research notebooks and pulls out specific draft ideas for blog posts or scripts.
Project Lead
Keeps team knowledge organized in notebooks and retrieves card details for status updates.
Student or Researcher
Quickly searches through massive study collections and updates entries as they learn.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAmplenote
Connect your Amplenote workspace to your AI agent. search notes, manage tasks, and organize ideas via natural language.
OneNote
Connect your AI agent to Microsoft OneNote to search, read, extract, and append content to your personal or enterprise notebooks seamlessly.
Simplenote
Manage your Simplenote notes directly from your AI assistant. Create, search, edit, and organize plain-text notes without leaving the conversation.
Notesnook (Private Note Taking & E2EE)
Manage encrypted notes via Notesnook. create secure entries, sync your vault, and audit private notebooks.
Memo Meister
Create and organize smart notes with AI-powered tagging, search, and knowledge connections that make your ideas retrievable.
Evernote
Manage personal notes via Evernote. create and search notes, handle notebooks and tags, and monitor account quotas directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Zoho Notebook connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Zoho Notebook.
The practical details behind the request, access and result.
How can I use Zoho Notebook with my AI agent?
You connect your Zoho Notebook account to your AI client using this Connector. Once connected, you can use natural language to find, create, and manage your notes instead of clicking through the app.
Can I search my Zoho Notebook notes using an AI?
Yes, the Connector allows your agent to search across all your notebooks for specific keywords or ideas instantly, making it much faster to find old research or notes.
Can I create new notebooks in Zoho Notebook through an AI?
Yes, you can create new notebooks using simple chat commands. This helps you organize your workspace into different projects without leaving your current app.
Does this Connector support checklists in Zoho Notebook?
Yes, it supports both text and checklist notecards. You can ask your agent to generate a new checklist for your tasks or projects.
How do I update my existing Zoho Notebook entries?
You can tell your agent to update any specific notecard with new information. It will modify the content for you, keeping your notes accurate and current.
Is Zoho Notebook a good way to manage research?
It is an excellent choice for research because it allows for organized notebooks and searchable notecards, which this Connector makes even easier to navigate via conversation.
Can I delete old notebooks using my AI agent?
Yes, you can use your agent to delete entire notebooks or individual notecards to keep your workspace clean and focused on what matters.
Can I search for specific keywords across all my notebooks?
Yes. The search_notecards capability allows your AI agent to perform a global search across your entire Zoho Notebook account, returning all cards that match your query string instantly.
How do I add a new checklist or note to a specific notebook?
You can use the create_notecard capability. Provide the parent notebook_id, a title, and the content. You can also specify the type as 'text' or 'checklist' to match your organizational needs.
Is it possible to see the full content of a card via chat?
Absolutely. Use the get_notecard_details capability and provide the notebook and card IDs. Your agent will retrieve the full body content and metadata for that specific note.
One connection away
Give your agent a direct line to Zoho Notebook.
Connect Zoho Notebook once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available