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
관련 서버
MCP Firebird
An MCP server for Firebird SQL databases, enabling LLMs to securely access, analyze, and manipulate database content.
CData SAP BusinessObjects BI
A read-only MCP server for SAP BusinessObjects BI, powered by the CData JDBC Driver.
Cvent MCP Server by CData
A read-only MCP server for Cvent, enabling LLMs to query live Cvent data using the CData JDBC Driver.
Stellar MCP
Interact with the Stellar blockchain, manage accounts, and execute smart contracts on Stellar Classic and Soroban.
IMF Data MCP
Retrieve and process economic data from the International Monetary Fund (IMF) API, including datasets, time series, indicators, and countries.
kintone
An MCP server for accessing and managing data on the kintone low-code platform.
Google Analytics MCP Server by CData
A read-only MCP server for querying live Google Analytics data using LLMs. Powered by CData.
Elasticsearch Security Solution
An Elasticsearch server focused on security and threat analysis. Requires a valid Elasticsearch license (trial, platinum, or enterprise) for connection.
SchemaFlow
Real-time PostgreSQL & Supabase database schema access for AI-IDEs via Model Context Protocol. Provides live database context through secure SSE connections with three powerful tools: get_schema, analyze_database, and check_schema_alignment.
Metabase Server
Integrates with Metabase for data visualization and business intelligence. Requires METABASE_URL, METABASE_USERNAME, and METABASE_PASSWORD environment variables.