Weaviate
Official
🗄️ Data & Files
Official Weaviate MCP server for AI-powered vector search. Insert objects and retrieve data using hybrid search combining vector and keyword search capabilities. Supports cloud-hosted and local Weaviate instances.
Tags
Tools (2)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"weaviate": {
"command": "npx",
"args": [
"-y",
"mcp-server-weaviate"
],
"env": {
"WEAVIATE_HOST": "your-weaviate-host-here",
"WEAVIATE_SCHEME": "your-weaviate-scheme-here"
}
}
}
}