Weaviate MCP Client

An MCP client for connecting to and interacting with a Weaviate vector database.

FlowMasters Weaviate MCP Client

A Model Context Protocol (MCP) client for connecting to FlowMasters Weaviate vector database.

Installation

npx -y mcp-weaviate-client

Usage

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "weaviate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-weaviate-client"
      ],
      "env": {
        "WEAVIATE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Environment Variables

Available Tools

  • weaviate-insert-one: Insert objects into Weaviate vector database
  • weaviate-query: Perform hybrid search queries on Weaviate

License

MIT

Related Servers