Weaviate

MCP Server Verified

Weaviate vector database integration. Store objects with vectors, perform semantic and hybrid search, and manage schemas.

by Community

★★★★☆ 4.2/5 (65 reviews)
750GitHub stars
10kinstalls
Updated 2026-01-28
typescriptintermediateactive

Installation

npx -y mcp-server-weaviate

Quick Start

```json
{
  "mcpServers": {
    "weaviate": {
      "command": "npx",
      "args": ["-y", "mcp-server-weaviate"],
      "env": { "WEAVIATE_URL": "http://localhost:8080" }
    }
  }
}
```

Tools & Capabilities

add_objects
search
create_class
list_classes

Compatibility

Claude Desktop Continue

About Weaviate

Weaviate vector database integration. Store objects with vectors, perform semantic and hybrid search, and manage schemas.

View on GitHub →

Language: TypeScript

Category: AI & ML

← Back to MCP Hub Directory