MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

Β© 2026 MCPHub

Servers/Search & Data Extraction/Meilisearch
Search & Data ExtractionOfficial
M

Meilisearch

Interact & query with Meilisearch (Full-text & semantic search API)

195 starsUpdated Aug 24, 2026
View on GitHub

Ads

Overview

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. Why use this? - πŸ€– Universal Compatibility - Works with any MCP client, not just Claude - πŸ—£οΈ Natural Language Control - Manage Meilisearch through conversation with any LLM - πŸš€ Zero Learning Curve - No need to learn Meilisearch's API - πŸ”§ Full Feature Access - All Meilisearch capabilities at your fingertips - πŸ”„ Dynamic Connections - Switch between Meilisearch instances on the fly - πŸ“‘ stdio Transport - Currently uses stdio; native Meilisearch MCP support coming soon!

Installation

pip install meilisearch-mcp

Configuration

{
  "mcpServers": {
    "meilisearch": {
      "command": "uvx",
      "args": ["-n", "meilisearch-mcp"]
    }
  }

Capabilities

  • Create and manage indices

    Ask to create an index with a custom primary key via `create-index`, list existing ones, or delete an index and its documents.

  • Add and retrieve documents

    Use `add-documents` to bulk import or update records, and `get-documents` to fetch them with pagination from any index.

  • Run flexible searches

    Search across single or multiple indices with filters, sorting, and facets using the `search` tool, including semantic and hybrid options.

  • Tune search settings

    View or update an index's ranking rules, faceting, and searchable attributes through `get-settings` and `update-settings`.

  • Monitor tasks and health

    Check indexing progress with `get-tasks`, cancel queued operations, or verify instance status via `health-check` and `get-stats`.

Tags

  • search
  • database
  • api

Related MCP servers

M

Mastra Docs Server

Official

Provides AI assistants with direct access to Mastra.ai's complete knowledge base.

27.5kSearch & Data ExtractionUpdated Today
F

Fetch MCP Server

Official

Fetch web content and convert HTML pages into LLM-friendly markdown output.

2.9kSearch & Data ExtractionUpdated 12 days ago
P

Perplexity Ask MCP Server

Official

A connector for the Perplexity API to enable web search within the MCP ecosystem.

2.5kSearch & Data ExtractionUpdated 1 day ago
P

Perplexity

Official

An MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.

2.5kSearch & Data ExtractionUpdated 1 day ago