Back to MCP Servers
Weaviate
Connect to Weaviate vector database for semantic search, knowledge base management, and RAG workflows with vector embeddings
weaviatevector-databaseembeddingsaisearchrag
By Weaviate
Installation
npm install -g @weaviate/mcp-serverConfiguration
{
"mcpServers": {
"weaviate": {
"command": "npx",
"args": ["-y", "@weaviate/mcp-server"],
"env": {
"WEAVIATE_URL": "http://localhost:8080",
"WEAVIATE_API_KEY": "your-weaviate-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes