
Weaviate MCP Client
โ 1from braincreator
An MCP client for connecting to and interacting with a Weaviate vector database.
๐ฅ๐ฅ๐ฅโ VerifiedAccount requiredNeeds API keys
FlowMasters Weaviate MCP Client
A Model Context Protocol (MCP) client for connecting to FlowMasters Weaviate vector database.
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
Copy & paste โ that's it
npx -y mcp-weaviate-clientBefore it works, you'll need: WEAVIATE_API_KEY
Installation
npx -y mcp-weaviate-clientUsage
Add to your Claude Desktop configuration:
{
"mcpServers": {
"weaviate": {
"command": "npx",
"args": [
"-y",
"mcp-weaviate-client"
],
"env": {
"WEAVIATE_API_KEY": "your_api_key_here"
}
}
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
License
MIT