Skip to main content
Glama

Meilisearch MCP Server

Official
by meilisearch
pyproject.toml683 B
[project] name = "meilisearch-mcp" version = "0.6.0" description = "MCP server for Meilisearch" requires-python = ">=3.10" dependencies = [ "meilisearch>=0.37.0", "mcp>=1.12.4", "httpx>=0.28.1", "pydantic>=2.11.7", ] [build-system] requires = ["setuptools>=42"] build-backend = "setuptools.build_meta" [project.scripts] meilisearch-mcp = "meilisearch_mcp.server:main" [tool.hatch.build.targets.wheel] packages = ["src/meilisearch_mcp"] [tool.pytest.ini_options] pythonpath = [ "." ] testpaths = [ "tests" ] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function" [tool.black] line-length = 88 target-version = ['py310'] include = '\.pyi?$'

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/meilisearch/meilisearch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server