Skip to content

Commit 5ad3dc5

Browse files
tpayetclaude
andcommitted
Feature meilisearch-mcp as an official AI assistant tool
- Add new "AI Assistant tools" section to the official SDKs page - Include meilisearch-mcp with link to GitHub repo and guide - Add cross-reference from conversational search docs to MCP - Position MCP as an alternative for developers using AI assistants 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 0d5f1df commit 5ad3dc5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

learn/ai_powered_search/conversational_search_with_chat.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ Meilisearch's chat completions consolidates these into one streamlined process:
6565
- Exact matching is critical
6666
- Response time is paramount
6767

68+
## Alternative: Using AI assistants with MCP
69+
70+
For developers and power users who want to interact with Meilisearch through AI assistants like Claude, consider using the [Meilisearch Model Context Protocol (MCP) server](/guides/ai/mcp). This allows natural language interaction with your Meilisearch instance through desktop AI applications.
71+
6872
## Architecture overview
6973

7074
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 interacting with Meilisearch through AI assistants like Claude
59+
- Guide: [Talk to Meilisearch with Claude desktop](/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.

0 commit comments

Comments
 (0)