AI & ML
Verified
Trust: 51/100 (Fair)Weaviate MCP Guide
Interact with Weaviate vector database. Store objects, run semantic searches, and manage schemas.
245 stars 8,700 downloadsby Weaviate
Quick Start
Install
npx @mcp/weaviateClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"weaviate-mcp": {
"command": "npx",
"args": [
"@mcp/weaviate"
]
}
}
}What Weaviate MCP Can Do
store_objects
Store objects with vectors
semantic_search
Run semantic searches
Permissions Required
Weaviate MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
weaviate.read | Read Weaviate data | low |
weaviate.write | Write Weaviate data | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Partial |
| LangChain | Supported |