Weaviate MCP MCP Server

Weaviate vector database for AI knowledge bases.

Python 200 14Apache 2.0
View on GitHub

Overview

This MCP server provides seamless integration with Weaviate, a leading open-source vector database designed specifically for AI-powered applications and knowledge management systems. Built in Python, it enables developers to leverage advanced vector search capabilities within their AI workflows, offering a robust foundation for building intelligent applications that require semantic understanding and contextual knowledge retrieval at scale.

The server supports comprehensive vector database operations including semantic search, hybrid search combining vector and keyword matching, similarity queries, and intelligent data organization through collections and schemas. It facilitates full CRUD operations on vector embeddings, supports various distance metrics, and provides schema management capabilities that allow developers to define and structure their AI knowledge bases efficiently. Integration with multiple embedding models ensures compatibility with diverse AI architectures and use cases.

This MCP server integrates seamlessly with Claude and other AI clients capable of MCP protocol support, making it ideal for applications requiring intelligent document retrieval, semantic search across knowledge bases, recommendation systems, and RAG (Retrieval-Augmented Generation) implementations. Developers commonly employ this server when building enterprise knowledge management systems, AI-powered customer support platforms, research tools, and applications demanding real-time semantic understanding of large document collections. Organizations seeking to enhance AI decision-making with contextual knowledge discovery benefit significantly from this integration.

Installation

pip install mcp-server-weaviate-mcp

Compatible Clients

Claude DesktopCursor

Related

FAQ

How do I install the Weaviate MCP MCP server?
Install via npx or pip depending on the language. Then add the server configuration to your MCP client settings file.
Which AI clients support the Weaviate MCP MCP server?
The Weaviate MCP MCP server is compatible with Claude Desktop, Cursor. Any MCP-compatible client should work.