Meilisearch MCP Server for Vercel AI SDKGive Vercel AI SDK instant access to 44 tools to Add Documents, Cancel Tasks, Chat Completion, and more
The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect Meilisearch through Vinkius and every tool is available as a typed function. ready for React Server Components, API routes, or any Node.js backend.
Ask AI about this MCP Server for Vercel AI SDK
The Meilisearch MCP Server for Vercel AI SDK is a standout in the Loved By Devs category — giving your AI agent 44 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import { createMCPClient } from "@ai-sdk/mcp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";
async function main() {
const mcpClient = await createMCPClient({
transport: {
type: "http",
// Your Vinkius token. get it at cloud.vinkius.com
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
});
try {
const tools = await mcpClient.tools();
const { text } = await generateText({
model: openai("gpt-4o"),
tools,
prompt: "Using Meilisearch, list all available capabilities.",
});
console.log(text);
} finally {
await mcpClient.close();
}
}
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 Meilisearch MCP Server
Connect your Meilisearch instance to any AI agent to automate your search engine management and data indexing workflows.
The Vercel AI SDK gives every Meilisearch tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 44 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.
What you can do
- Index Management — Create, list, update, and delete indexes. Perform atomic swaps between indexes for zero-downtime deployments.
- Document Operations — Add, update, or replace documents in bulk. Retrieve specific documents by ID or list them with advanced filtering and sorting.
- Granular Deletion — Remove documents individually, in batches, or by applying complex filter expressions to clean up your data.
- Metadata Inspection — Fetch detailed metadata for your indexes and documents to monitor your search engine's state.
The Meilisearch MCP Server exposes 44 tools through the Vinkius. Connect it to Vercel AI SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 44 Meilisearch tools available for Vercel AI SDK
When Vercel AI SDK connects to Meilisearch through Vinkius, your AI agent gets direct access to every tool listed below — spanning search-engine, indexing, full-text-search, 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.
Add documents on Meilisearch
Add or replace documents in an index
Cancel tasks on Meilisearch
Cancel pending or processing tasks
Chat completion on Meilisearch
Request a chat completion from a workspace
Configure experimental features on Meilisearch
Enable or disable experimental features
Create dump on Meilisearch
Trigger the creation of a Meilisearch dump
Create index on Meilisearch
Create a new index
Create key on Meilisearch
Create a new API key
Create snapshot on Meilisearch
Trigger the creation of a Meilisearch snapshot
Delete all documents on Meilisearch
Delete all documents in an index
Delete document on Meilisearch
Delete a single document
Delete documents batch on Meilisearch
Delete multiple documents by ID
Delete documents by filter on Meilisearch
Delete documents matching a filter
Delete dynamic search rule on Meilisearch
Delete a dynamic search rule
Delete index on Meilisearch
Delete an index
Delete key on Meilisearch
Delete an API key
Delete tasks on Meilisearch
Delete finished tasks
Get batch on Meilisearch
Get details of a specific batch
Get document on Meilisearch
Get a specific document by ID
Get health on Meilisearch
Check the health of the Meilisearch instance
Get index on Meilisearch
Get metadata for a specific index
Get index stats on Meilisearch
Get stats of a specific index
Get key on Meilisearch
Get details of a specific API key
Get settings on Meilisearch
Get all settings of an index
Get stats on Meilisearch
Get stats of all indexes and database size
Get task on Meilisearch
Get details of a specific task
Get version on Meilisearch
Get the version of the Meilisearch instance
List batches on Meilisearch
List task batches
List chats on Meilisearch
List chat workspaces
List documents on Meilisearch
List documents in an index
List dynamic search rules on Meilisearch
List dynamic search rules for an index
List experimental features on Meilisearch
List the status of experimental features
List indexes on Meilisearch
List all Meilisearch indexes
List keys on Meilisearch
List API keys
List tasks on Meilisearch
List asynchronous tasks
Multi search on Meilisearch
Perform multiple search queries in a single call
Reset settings on Meilisearch
Reset all settings of an index to defaults
Search documents on Meilisearch
Search for documents in an index
Set dynamic search rule on Meilisearch
Create or update a dynamic search rule
Similar documents on Meilisearch
Find documents similar to a given document ID
Swap indexes on Meilisearch
Swap multiple indexes atomically
Update documents on Meilisearch
Add or update documents (partial update)
Update index on Meilisearch
Update an index primary key
Update key on Meilisearch
Update an API key name or description
Update settings on Meilisearch
Update settings of an index
Connect Meilisearch to Vercel AI SDK via MCP
Follow these steps to wire Meilisearch into Vercel AI SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
npm install @ai-sdk/mcp ai @ai-sdk/openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the script
agent.ts and run with npx tsx agent.tsExplore tools
Why Use Vercel AI SDK with the Meilisearch MCP Server
Vercel AI SDK provides unique advantages when paired with Meilisearch through the Model Context Protocol.
TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box
Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same Meilisearch integration everywhere
Built-in streaming UI primitives let you display Meilisearch tool results progressively in React, Svelte, or Vue components
Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency
Meilisearch + Vercel AI SDK Use Cases
Practical scenarios where Vercel AI SDK combined with the Meilisearch MCP Server delivers measurable value.
AI-powered web apps: build dashboards that query Meilisearch in real-time and stream results to the UI with zero loading states
API backends: create serverless endpoints that orchestrate Meilisearch tools and return structured JSON responses to any frontend
Chatbots with tool use: embed Meilisearch capabilities into conversational interfaces with streaming responses and tool call visibility
Internal tools: build admin panels where team members interact with Meilisearch through natural language queries
Example Prompts for Meilisearch in Vercel AI SDK
Ready-to-use prompts you can give your Vercel AI SDK agent to start working with Meilisearch immediately.
"List all my Meilisearch indexes and their primary keys."
"Add these three product documents to the 'products' index: [JSON data]."
"Get the document with ID 'prod_99' from the 'products' index, but only show the 'name' and 'price' fields."
Troubleshooting Meilisearch MCP Server with Vercel AI SDK
Common issues when connecting Meilisearch to Vercel AI SDK through Vinkius, and how to resolve them.
createMCPClient is not a function
npm install @ai-sdk/mcpMeilisearch + Vercel AI SDK FAQ
Common questions about integrating Meilisearch MCP Server with Vercel AI SDK.
How does the Vercel AI SDK connect to MCP servers?
createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.Can I use MCP tools in Edge Functions?
Does it support streaming tool results?
useChat and streamText that handle tool calls and display results progressively in the UI.Explore More MCP Servers
View all →
360Learning
6 toolsCollaborative learning platform — manage users, courses, paths, and training statistics via AI.

Grepsr
12 toolsAutomate web scraping via Grepsr — manage reports, trigger crawls, and retrieve data directly via AI.

ON24
12 toolsHost enterprise webinars and virtual events that generate pipeline with interactive engagement tools and first-party intent data.

NVIDIA AI
9 toolsAccess LLMs, embeddings, code generation, and reasoning via NVIDIA API Catalog.
