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
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
Serveurs connexes
Theta Health MCP Server
Connect your health data to AI assistants like Cursor, Claude, and Windsurf.
Wave Financial MCP Server by CData
A read-only MCP server for querying live Wave Financial data, powered by CData.
DART-MCP
Perform financial analysis using the DART API and Claude.
MCP KQL Server
Execute KQL queries using Azure authentication. Requires Azure CLI login.
GreptimeDB
Provides AI assistants with a secure and structured way to explore and analyze data in GreptimeDB.
Tinybird
Interact with Tinybird serverless ClickHouse platform
Keboola MCP Server
An MCP server for interacting with the Keboola Connection data platform.
ODBC MCP Server
Enables LLM tools to query databases using ODBC connections.
Pinot MCP Server
An MCP server for interacting with Apache Pinot, a real-time distributed OLAP datastore.
MySQL Schema MCP Server
A server for retrieving MySQL database schema information using the FastMCP framework.