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
Related Servers
Kollect MCP Server (Standalone)
An MCP server for querying data from the Kollect tool's API endpoints, such as /api/data, /api/snapshots, and /api/costs.
Supabase
Interact with Supabase databases, query tables, and generate TypeScript types.
Postgres MCP Pro
An MCP server for PostgreSQL providing index tuning, explain plans, health checks, and safe SQL execution.
DeepMemory
DeepMemory MCP is a small Model Context Protocol (MCP) server that provides long-term memory storage for conversational agents.
FrankfurterMCP
MCP server acting as an interface to the Frankfurter API for currency exchange data.
CData ActiveCampaign Server
Access and manage ActiveCampaign data through the CData JDBC Driver.
Knowledge Graph Memory Server
Enables persistent memory for Claude using a knowledge graph stored in local JSON files.
MCP Knowledge Graph
Provides persistent memory for AI models using a local knowledge graph.
dbt
Official MCP server for dbt (data build tool) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.
MCP OpenDART
Access financial data from Korea's OpenDART (Data Analysis, Retrieval and Transfer System) for AI language models.