You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove Glama.ai badge component
- Fix test badge URL to use 'Test and Lint' workflow name
- Update description to emphasize MCP client compatibility (not just Claude)
- Clarify that it works with any LLM/agent that supports MCP
- Add note about stdio transport and upcoming native Meilisearch MCP support
- Update examples to use generic 'AI' instead of 'Claude'
- Update prerequisites to mention MCP-compatible clients broadly
<palign="center">⚡ Connect Claude to Meilisearch and supercharge your AI with lightning-fast search capabilities! 🔍</p>
23
-
24
-
<palign="center">
25
-
<ahref="https://glama.ai/mcp/servers/tbc3n51jja"><imgwidth="380"height="200"src="https://glama.ai/mcp/servers/tbc3n51jja/badge"alt="Meilisearch Server MCP server" /></a>
26
-
</p>
22
+
<palign="center">⚡ Connect any LLM to Meilisearch and supercharge your AI with lightning-fast search capabilities! 🔍</p>
27
23
28
24
## 🤔 What is this?
29
25
30
-
The Meilisearch MCP Server bridges the gap between Claude (Anthropic's AI assistant) and Meilisearch (the lightning-fast search engine). With this integration, Claude can directly manage your search indices, perform searches, and handle your data - all through natural conversation!
26
+
The Meilisearch MCP Server is a Model Context Protocol server that enables any MCP-compatible client (including Claude, OpenAI agents, and other LLMs) to interact with Meilisearch. This stdio-based server allows AI assistants to manage search indices, perform searches, and handle your data through natural conversation.
31
27
32
28
**Why use this?**
33
-
- 🗣️ **Natural Language Control** - Manage Meilisearch through conversation with Claude
29
+
- 🤖 **Universal Compatibility** - Works with any MCP client, not just Claude
30
+
- 🗣️ **Natural Language Control** - Manage Meilisearch through conversation with any LLM
34
31
- 🚀 **Zero Learning Curve** - No need to learn Meilisearch's API
35
32
- 🔧 **Full Feature Access** - All Meilisearch capabilities at your fingertips
36
33
- 🔄 **Dynamic Connections** - Switch between Meilisearch instances on the fly
34
+
- 📡 **stdio Transport** - Currently uses stdio; native Meilisearch MCP support coming soon!
37
35
38
36
## ✨ Key Features
39
37
@@ -85,28 +83,28 @@ brew install meilisearch
85
83
meilisearch
86
84
```
87
85
88
-
That's it! Now you can ask Claude to search and manage your Meilisearch data! 🎉
86
+
That's it! Now you can ask your AI assistant to search and manage your Meilisearch data! 🎉
89
87
90
88
## 📚 Examples
91
89
92
-
### 💬 Talk to Claude naturally:
90
+
### 💬 Talk to your AI assistant naturally:
93
91
94
92
```
95
93
You: "Create a new index called 'products' with 'id' as the primary key"
96
-
Claude: I'll create that index for you... ✓ Index 'products' created successfully!
94
+
AI: I'll create that index for you... ✓ Index 'products' created successfully!
97
95
98
96
You: "Add some products to the index"
99
-
Claude: I'll add those products... ✓ Added 5 documents to 'products' index
97
+
AI: I'll add those products... ✓ Added 5 documents to 'products' index
100
98
101
99
You: "Search for products under $50 with 'electronics' in the category"
102
-
Claude: I'll search for those products... Found 12 matching products!
100
+
AI: I'll search for those products... Found 12 matching products!
103
101
```
104
102
105
103
### 🔍 Advanced Search Example:
106
104
107
105
```
108
106
You: "Search across all my indices for 'machine learning' and sort by date"
109
-
Claude: Searching across all indices... Found 47 results from 3 indices:
107
+
AI: Searching across all indices... Found 47 results from 3 indices:
110
108
- 'blog_posts': 23 articles about ML
111
109
- 'documentation': 15 technical guides
112
110
- 'tutorials': 9 hands-on tutorials
@@ -118,7 +116,7 @@ Claude: Searching across all indices... Found 47 results from 3 indices:
0 commit comments