weaviate/mcp-server-weaviate
MCP (Model Context Protocol) server for Weaviate
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-weaviate": {
"command": "npx",
"args": [
"-y",
"mcp-server-weaviate"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Build the server:
make buildRun the test client
make run-clientInsert an object into weaviate.
Request body:
{}Response body
{}Retrieve objects from weaviate with hybrid search.
Request body:
{}Response body
{}Loading reviews...