Feature meilisearch-mcp as an official AI assistant tool#3276
Merged
Conversation
- 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 <noreply@anthropic.com>
- Update SDK description to emphasize MCP works with various AI assistants and tools - Change guide link text to "Model Context Protocol integration" - Update cross-reference to focus on MCP as a standard for tool integration - Remove specific mentions of Claude to be more inclusive of all MCP-compatible platforms 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
guimachiavelli
suggested changes
Jun 17, 2025
guimachiavelli
left a comment
Contributor
There was a problem hiding this comment.
Hey, thanks for the PR!
I left one minor suggestion on the text via the GH interface.
I also have one request: could you remove the import { Warning/etc } from getting_started_with_chat.mdx and conversational_search_with_chat.mdx? I just noticed these are triggering warnings in our pipeline because <Warning> and <Note> are default Mintlify components that do not need to be included.
guimachiavelli
approved these changes
Jun 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds the meilisearch-mcp server to the official SDKs documentation, positioning it as an official AI assistant tool for interacting with Meilisearch.
Changes
/learn/resources/sdks.mdxContext
The meilisearch-mcp server enables natural language interaction with Meilisearch through AI assistants like Claude Desktop using the Model Context Protocol (MCP). This integration allows developers to manage indexes, perform searches, and configure settings conversationally.
Related
/guides/ai/mcp.mdx(no changes needed - already comprehensive)🤖 Generated with Claude Code