Linkwarden MCP Server for Mastra AIGive Mastra AI instant access to 32 tools to Archive Link, Auth Forgot Password, Auth Reset Password, and more
Mastra AI is a TypeScript-native agent framework built for modern web stacks. Connect Linkwarden through Vinkius and Mastra agents discover all tools automatically. type-safe, streaming-ready, and deployable anywhere Node.js runs.
Ask AI about this MCP Server for Mastra AI
The Linkwarden MCP Server for Mastra AI is a standout in the Productivity category — giving your AI agent 32 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import { Agent } from "@mastra/core/agent";
import { createMCPClient } from "@mastra/mcp";
import { openai } from "@ai-sdk/openai";
async function main() {
// Your Vinkius token. get it at cloud.vinkius.com
const mcpClient = await createMCPClient({
servers: {
"linkwarden": {
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
},
});
const tools = await mcpClient.getTools();
const agent = new Agent({
name: "Linkwarden Agent",
instructions:
"You help users interact with Linkwarden " +
"using 32 tools.",
model: openai("gpt-4o"),
tools,
});
const result = await agent.generate(
"What can I do with Linkwarden?"
);
console.log(result.text);
}
main();
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Linkwarden MCP Server
Connect your Linkwarden instance to any AI agent and take full control of your personal knowledge base through natural conversation. Linkwarden is a self-hosted collaborative bookmark manager to collect, organize, and preserve webpages.
Mastra's agent abstraction provides a clean separation between LLM logic and Linkwarden tool infrastructure. Connect 32 tools through Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution. deployable to any Node.js host in one command.
What you can do
- Collection Management — List all your collections, create new ones, and organize your bookmarks into logical folders.
- Web Archiving — Retrieve preserved archive files for your links to ensure you never lose access to important information, even if the original site goes down.
- Dashboard Insights — Access your dashboard data (v1 and v2) to get a high-level overview of your saved content and activity.
- Link Operations — Create, update, and manage links and their associated metadata or highlights directly from the chat.
- System Configuration — Quickly retrieve public runtime configurations and user profile information.
The Linkwarden MCP Server exposes 32 tools through the Vinkius. Connect it to Mastra AI in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 32 Linkwarden tools available for Mastra AI
When Mastra AI connects to Linkwarden through Vinkius, your AI agent gets direct access to every tool listed below — spanning bookmark-manager, web-archiving, link-organization, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Archive link on Linkwarden
Archive a link (triggers an update of the link's archive files)
Auth forgot password on Linkwarden
Send password reset email
Auth reset password on Linkwarden
Reset password with token
Auth verify email on Linkwarden
Verify email address
Bulk update links on Linkwarden
Bulk update links (tags/collections)
Create collection on Linkwarden
Create a new collection
Create highlight on Linkwarden
Create or update a highlight
Create link on Linkwarden
Create a new link
Delete collection on Linkwarden
Delete a collection
Delete highlight on Linkwarden
Delete a highlight
Get archive on Linkwarden
Retrieve an archive file by link ID
Get avatar on Linkwarden
Retrieve user avatar
Get collection on Linkwarden
Get collection by ID
Get config on Linkwarden
Retrieve public runtime configuration
Get dashboard v1 on Linkwarden
Get dashboard data (v1)
Get dashboard v2 on Linkwarden
Get dashboard data (v2)
Get link on Linkwarden
Get a link by ID
Get link highlights on Linkwarden
Get highlights for a link
Get logins on Linkwarden
Get login configuration
Get migration on Linkwarden
Retrieve migration data (user info, collections, links for export)
Get preserved token on Linkwarden
Create short-lived preserved format URL token
Get public collection links on Linkwarden
Retrieve links from a specific collection (public)
Get public collection tags on Linkwarden
Get tags for a collection (public)
Import migration on Linkwarden
Import data for migration
List collections on Linkwarden
Get all collections
List rss on Linkwarden
List RSS subscriptions
Stream preserved view on Linkwarden
Stream archived format
Update collection on Linkwarden
Update a collection
Update dashboard v2 on Linkwarden
Update dashboard layout (v2)
Update link on Linkwarden
Update a link
Upload archive for link on Linkwarden
Upload or replace a client-side archive file for a specific link
Upload standalone archive on Linkwarden
Upload an archive file, create a new link, and store it in the default collection
Connect Linkwarden to Mastra AI via MCP
Follow these steps to wire Linkwarden into Mastra AI. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
npm install @mastra/core @mastra/mcp @ai-sdk/openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.ts and run with npx tsx agent.tsExplore tools
Why Use Mastra AI with the Linkwarden MCP Server
Mastra AI provides unique advantages when paired with Linkwarden through the Model Context Protocol.
Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add Linkwarden without touching business code
Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation
TypeScript-native: full type inference for every Linkwarden tool response with IDE autocomplete and compile-time checks
One-command deployment to any Node.js host. Vercel, Railway, Fly.io, or your own infrastructure
Linkwarden + Mastra AI Use Cases
Practical scenarios where Mastra AI combined with the Linkwarden MCP Server delivers measurable value.
Automated workflows: build multi-step agents that query Linkwarden, process results, and trigger downstream actions in a typed pipeline
SaaS integrations: embed Linkwarden as a first-class tool in your product's AI features with Mastra's clean agent API
Background jobs: schedule Mastra agents to query Linkwarden on a cron and store results in your database automatically
Multi-agent systems: create specialist agents that collaborate using Linkwarden tools alongside other MCP servers
Example Prompts for Linkwarden in Mastra AI
Ready-to-use prompts you can give your Mastra AI agent to start working with Linkwarden immediately.
"List all my Linkwarden collections."
"Create a new collection called 'Project Alpha' with ID 'alpha-01'."
"Show me my dashboard summary."
Troubleshooting Linkwarden MCP Server with Mastra AI
Common issues when connecting Linkwarden to Mastra AI through Vinkius, and how to resolve them.
createMCPClient not exported
npm install @mastra/mcpLinkwarden + Mastra AI FAQ
Common questions about integrating Linkwarden MCP Server with Mastra AI.
How does Mastra AI connect to MCP servers?
MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.Can Mastra agents use tools from multiple servers?
Does Mastra support workflow orchestration?
Explore More MCP Servers
View all →
Gainsight PX
12 toolsManage product experience, track user behavior, and oversee engagements via AI agents with Gainsight PX.

Fintoc
12 toolsAccess bank accounts, movements, and initiate transfers via AI agents with Fintoc.

Metaplane
10 toolsData observability via Metaplane — track monitors, incidents, and data quality metrics.

Flodesk
12 toolsManage email subscribers, segments, and workflows via AI agents with Flodesk.
