Amplenote Connector for AI agents.
12 live capabilities
Organize your personal knowledge and tasks with your AI agent.
Waiting for input…
Why people use Amplenote
Amplenote for Personal Knowledge Management
This Connector changes that. By connecting Amplenote to your AI agent, your notes become a searchable database that the agent can query instantly. You can just ask a question and get an answer based on your own data, rather than generic internet info.
What Vinkius changes
Your AI gets a direct line to your personal notes and tasks.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Researching a new topic
Ask the agent to search notes for 'climate policy' and summarize the main points into a new outline using `search_notes`.
- Real-world use case 02
Daily planning
Ask the agent to list tasks tagged with #urgent and create a prioritized list for the morning using `list_tasks`.
- Real-world use case 03
Meeting follow-up
Tell the agent to create a new note with the transcript of a meeting and automatically generate tasks for the next steps using `create_note`.
Complete set · 12capabilities
The complete Amplenote capability set.
These are the exact actions your AI can choose when you ask it to work with Amplenote.
01—04
4 capabilities in this set.
Part of 12 available through Amplenote.
- 01 Capability
List notes
Use this to browse your entire knowledge base. It lets you see every note you have in your workspace at once.
- 02 Capability
List tasks
Use this to get a full overview of every task. It returns content, completion status, and due dates for all tasks.
- 03 Capability
Get task
Use this to inspect or modify a specific task. It lets you retrieve and update a task by its ID.
- 04 Capability
Update task
Use this to change a task's progress. It lets you update content, status, or other properties.
05—08
4 capabilities in this set.
Part of 12 available through Amplenote.
- 05 Capability
List tags
Use this to see all the tags you use. It returns tag names and usage counts across your system.
- 06 Capability
Get note actions
Use this to see what you can do with a note. It retrieves available actions for a specific note.
- 07 Capability
Search notes
Use this to find specific content using keywords. It performs a full-text search across all your notes and tasks.
- 08 Capability
Create task
Use this to add a new actionable item. It creates a new task with a due date and priority.
09—12
4 capabilities in this set.
Part of 12 available through Amplenote.
- 09 Capability
Get note
Use this to read the full content of a specific note. It retrieves the full text and metadata by UUID.
- 10 Capability
Create note
Use this to add a new note to your vault. It creates a new note with a title and Markdown body.
- 11 Capability
Update note
Use this to edit an existing note. It updates the title and Markdown body of a note by its UUID.
- 12 Capability
Delete note
Use this to remove a note permanently. It deletes a note from your workspace by its UUID.
Set up in minutes
One URL. Then ask Amplenote to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Amplenote 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_zfB4o99oF7kDJkwB7DOb3QcymMzYqng25iRcwFAB/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 Amplenote, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Amplenote for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zfB4o99oF7kDJkwB7DOb3QcymMzYqng25iRcwFAB/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 Amplenote URL.
- Step 03
Save and start
Save the connection and enable Amplenote in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"amplenote": {
"url": "https://edge.vinkius.com/vk_preview_zfB4o99oF7kDJkwB7DOb3QcymMzYqng25iRcwFAB/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 Amplenote
Open Agent mode in chat and ask: "Using Amplenote, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"amplenote": {
"url": "https://edge.vinkius.com/vk_preview_zfB4o99oF7kDJkwB7DOb3QcymMzYqng25iRcwFAB/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 Amplenote
Ask Copilot: "Using Amplenote, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"amplenote": {
"url": "https://edge.vinkius.com/vk_preview_zfB4o99oF7kDJkwB7DOb3QcymMzYqng25iRcwFAB/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 Amplenote
Open Cascade and ask: "Using Amplenote, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"amplenote": {
"url": "https://edge.vinkius.com/vk_preview_zfB4o99oF7kDJkwB7DOb3QcymMzYqng25iRcwFAB/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 Amplenote
Ask Cline: "Using Amplenote, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add amplenote --transport http "https://edge.vinkius.com/vk_preview_zfB4o99oF7kDJkwB7DOb3QcymMzYqng25iRcwFAB/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 Amplenote
Ask Claude: "Using Amplenote, show me...". 12 tools are ready
Where the request belongs
Work Amplenote can move forward.
This is for knowledge workers and project leads who feel overwhelmed by scattered notes and want their AI to have a memory of their personal research and project history.
Knowledge Worker
Uses the Connector to pull research facts from old notes into a new essay outline.
Project Lead
Checks for all incomplete tasks tagged as urgent to build a daily execution plan.
Developer
Dumps meeting minutes or architecture concepts into Amplenote directly from their IDE.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOneNote
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.
Evernote
Manage personal notes via Evernote. create and search notes, handle notebooks and tags, and monitor account quotas directly from any AI agent.
Zoho Notebook
Manage notebooks, capture notes, and organize your ideas on Zoho Notebook. the secure and beautiful note-taking app.
Memo Meister
Create and organize smart notes with AI-powered tagging, search, and knowledge connections that make your ideas retrievable.
Granola
Manage AI meeting notes via Granola. list and search meeting documents, retrieve transcripts and summaries, and track action items directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Amplenote 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 Amplenote.
The practical details behind the request, access and result.
Can the Amplenote MCP help me find old research?
Yes, it lets your agent search your entire note history for specific keywords so you can pull facts instantly.
Can I create new tasks using the Amplenote MCP?
You can tell your agent to create new tasks with specific due dates and priorities directly in your notes.
How does the Amplenote MCP handle my personal notes?
It gives your AI client permission to read, create, and update notes so it can provide context-aware help.
Can I use the Amplenote MCP to organize my tags?
Your agent can list and analyze your tag hierarchy to stay aware of how you organize your thoughts.
Does the Amplenote MCP work with my existing notes?
Yes, it connects to your existing Amplenote workspace so your agent can access your current data.
Can I delete notes using the Amplenote MCP?
The agent can permanently delete notes from your workspace if you tell it to do so via the chat.
Can the agent interact with specific individual tasks within my notes?
Yes. Amplenote's integration treats tasks as distinct manageable objects. You can not only list the pending items inside a note but also ask the agent to complete them, update their content, or inject an entirely new to-do row directly inside.
How does searching work across hundreds of deeply tagged notes?
The integration utilizes Amplenote's robust search protocol. You simply tell the agent to 'find notes containing strategy tagged with #work/2026', and it will parse your complex nested structures efficiently without blindly guessing.
Can I trust the AI agent to update existing notes without wiping the rest of the text?
Absolutely. Under the hood, the integration exposes granular update capabilities where the agent carefully dictates new structural alterations. It will append or replace specific regions accurately without overwriting unrelated brainstorming details.
One connection away
Give your agent a direct line to Amplenote.
Connect Amplenote once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available