trackmcp
Back to directory
braincreator

mcp-weaviate-client

View on GitHub

Weaviate MCP Client for FlowMasters AI Agency

1 stars JavaScriptOthers Updated Jul 24, 2025

Documentation

FlowMasters Weaviate MCP Client

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

Installation

bash
npx -y mcp-weaviate-client

Usage

Add to your Claude Desktop configuration:

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

Environment Variables

  • `WEAVIATE_MCP_URL`: Custom MCP server URL (default: https://mcp-weaviate.flow-masters.ru/mcp)
  • `WEAVIATE_API_KEY`: Required - API key for Weaviate authentication

Available Tools

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

License

MIT

Frequently asked questions

What is mcp-weaviate-client?

mcp-weaviate-client is Weaviate MCP Client for FlowMasters AI Agency

How do I install mcp-weaviate-client?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-weaviate-client open source?

Yes — it is hosted on GitHub at https://github.com/braincreator/mcp-weaviate-client and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP