Skip to content

Commit be63fbc

Browse files
Feature meilisearch-mcp as an official AI assistant tool (#3276)
--------- Co-authored-by: gui machiavelli <gui@meilisearch.com>
1 parent 0d5f1df commit be63fbc

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

guides/ai/getting_started_with_chat.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebarTitle: Getting started with chat
44
description: Learn how to implement AI-powered conversational search in your application
55
---
66

7-
import { Warning, Note } from '/snippets/notice_tag.mdx'
8-
97
This guide walks you through implementing Meilisearch's chat completions feature to create conversational search experiences in your application.
108

119
<Warning>

learn/ai_powered_search/conversational_search_with_chat.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebarTitle: Conversational search
44
description: Learn how to implement AI-powered conversational search using Meilisearch's chat feature
55
---
66

7-
import { Warning } from '/snippets/notice_tag.mdx'
8-
97
Meilisearch's chat completions feature enables AI-powered conversational search, allowing users to ask questions in natural language and receive direct answers based on your indexed content. This feature transforms the traditional search experience into an interactive dialogue.
108

119
<Warning>
@@ -65,6 +63,10 @@ Meilisearch's chat completions consolidates these into one streamlined process:
6563
- Exact matching is critical
6664
- Response time is paramount
6765

66+
## Alternative: Model Context Protocol integration
67+
68+
When integrating Meilisearch with AI assistants and automation tools, consider using [Meilisearch's Model Context Protocol (MCP) server](/guides/ai/mcp). MCP enables standardized tool integration across various AI platforms and applications.
69+
6870
## Architecture overview
6971

7072
The chat completions feature operates through workspaces, which are isolated configurations for different use cases or tenants. Each workspace can:

learn/resources/sdks.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ You can use Meilisearch API wrappers in your favorite language. These libraries
5353
- [Gatsby plugin](https://github.com/meilisearch/gatsby-plugin-meilisearch/)
5454
- [Firebase](https://github.com/meilisearch/firestore-meilisearch)
5555

56+
## AI Assistant tools
57+
58+
- [meilisearch-mcp](https://github.com/meilisearch/meilisearch-mcp): Model Context Protocol server for integrating Meilisearch with AI assistants and tools
59+
- Guide: [Model Context Protocol integration](/guides/ai/mcp)
60+
5661
## Other tools
5762

5863
- [docs-scraper](https://github.com/meilisearch/docs-scraper): a scraper tool to automatically read the content of your documentation and store it into Meilisearch.

reference/api/chats.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: The /chats route allows you to create conversational search experie
55
---
66

77
import { RouteHighlighter } from '/snippets/route_highlighter.mdx';
8-
import { Warning } from '/snippets/notice_tag.mdx'
98

109
The `/chats` route enables AI-powered conversational search by integrating Large Language Models (LLMs) with your Meilisearch data. This feature allows users to ask questions in natural language and receive contextual answers based on your indexed content.
1110

0 commit comments

Comments
 (0)