mcp-server-weaviate
The Weaviate MCP server facilitates the integration of the Model Context Protocol for managing and querying data.
This server allows users to insert objects into Weaviate, a vector search engine, enabling seamless data management and retrieval. With hybrid search capabilities, users can perform complex queries that combine traditional keyword searches with vector-based searches, enhancing the accuracy and relevance of results. The MCP server is designed to streamline interactions with Weaviate, making it easier for developers to build applications that leverage advanced AI and machine learning functionalities.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-weaviate": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-weaviate"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions