Utilizes OpenAI API for functionality, likely for embedding generation to support vector search operations with the Weaviate database.
mcp-server-weaviate
MCP server for Weaviate
🏎️ Quickstart
Prerequisites
- Ensure you have
uv
installed (see the docs for details) - Clone this repository
Install
Installing via Smithery
To install Weaviate MCP Server for Claude Desktop automatically via Smithery:
Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A server that enables Claude AI to interact with Weaviate vector databases, supporting both search and storage operations through Anthropic's MCP protocol.
Related MCP Servers
- -securityFlicense-qualityThe MCP Server for Weaviate facilitates integration with Weaviate using a customizable Python-based server, enabling interaction with Weaviate databases and OpenAI APIs via configurable URL and API keys.Last updated -139Go
- AsecurityFlicenseAqualityAn MCP server that allows Claude AI to perform filesystem operations including reading, writing, listing, moving files, and searching directories within specified allowed paths.Last updated -941JavaScript
- -securityAlicense-qualityAn MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.Last updated -229PythonMIT License
- AsecurityFlicenseAqualityMCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.Last updated -184JavaScript