Skip to main content
DatabasesPython/TypeScript

weaviate/mcp-server-weaviate

An MCP Server to connect to your Weaviate collections as a knowledge base as well as using Weaviate as a chat memory store.

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/weaviate/mcp-server-weaviate

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-weaviate": {
      "command": "npx",
      "args": [
        "-y",
        "weaviate/mcp-server-weaviate"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python/TypeScript
Author
weaviate