{
  "markdown": "# MeiliSearch MCP\n\nAn MCP server for [MeiliSearch](https://www.meilisearch.com/), the fast and typo-tolerant search engine.\n\n## What it does\n\nSearch through MeiliSearch indexes, manage documents, create/delete indexes, check health and stats, and manage API keys. Perfect for AI agents that need to search through your data.\n\n## Tools\n\n- `check_health` - Check if the MeiliSearch server is running\n- `list_indexes` - List all indexes\n- `get_index` - Get index details\n- `create_index` - Create a new index\n- `delete_index` - Delete an index\n- `search_index` - Search documents in an index\n- `get_documents` - List documents in an index\n- `get_document` - Get a single document by ID\n- `add_documents` - Add documents to an index\n- `delete_document` - Delete a document by ID\n- `get_stats` - Get instance statistics\n- `get_index_stats` - Get index-specific statistics\n- `get_task` - Check async task status\n- `list_keys` - List API keys\n- `update_settings` - Update index settings (ranking rules, searchable attributes, filters, etc.)\n\n## Install\n\n```bash\nnpx meilisearch-mcp\n```\n\n## Environment Variables\n\n- `MEILISEARCH_URL` - MeiliSearch server URL (default: `http://localhost:7575`)\n- `MEILISEARCH_API_KEY` - API key for authentication (if your instance requires it)\n\n## Claude Desktop setup\n\nAdd this to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"meilisearch\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"meilisearch-mcp\"],\n      \"env\": {\n        \"MEILISEARCH_URL\": \"http://localhost:7575\",\n        \"MEILISEARCH_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```\n\n## Example usage\n\nAsk Claude:\n\n- \"Search my products index for 'wireless headphones'\"\n- \"Show me all indexes in my MeiliSearch instance\"\n- \"Add these documents to my blog-posts index\"\n- \"How many documents are in my main index?\"\n- \"Update my index settings to use title as searchable attribute\"\n\n## Requirements\n\n- A running MeiliSearch instance (v1.0+)\n- Optional: API key if your instance has authentication enabled\n\n## License\n\nMIT\n",
  "bytes": 2031,
  "sha": "af54c56248a2e922c9ef971faa89352066549999af23b07b90a5e1442054d988",
  "repo_slug": "mrfentmen/meilisearch-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mrfentmen_meilisearch_mcp_a268d732/readme"
}