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
MongoDB
Provides read-only access to MongoDB databases through standardized MCP tools and resources.
Mongo-MCP
An MCP server for interacting with a MongoDB database.
QDrant Loader
A toolkit for loading data into the Qdrant vector database, supporting AI-powered development workflows.
PostgreSQL MCP Server
An MCP server that provides tools to interact with PostgreSQL databases.
Nimiq MCP Server
An MCP server for read-only interaction with the Nimiq blockchain.
Google Data Catalog by CData
A read-only MCP server for Google Data Catalog, powered by CData. Requires a separate CData JDBC Driver for operation.
PostgreSQL MCP Server
A Kotlin-based MCP server for interacting with PostgreSQL databases.
DART-MCP
Perform financial analysis using the DART API and Claude.
CrateDB MCP Server
Interact with CrateDB using natural language for Text-to-SQL queries and documentation retrieval.
Seatable
A comprehensive Model Context Protocol (MCP) server for SeaTable that exposes end‑to‑end database capabilities (schema introspection, CRUD, querying, linking, select option management, and file attachment stubs) through 18+ rigorously defined tools.