weaviate/mcp-server-weaviate
An MCP Server to connect to your Weaviate collections as a knowledge base as well as using Weaviate as a chat memory store.
Quick Start
Clone the repository:
git clone https://github.com/weaviate/mcp-server-weaviateClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-weaviate": {
"command": "npx",
"args": [
"-y",
"weaviate/mcp-server-weaviate"
]
}
}
}Check the repository README for specific installation and configuration instructions.