Build the server: Run the test client Insert an object into weaviate. Request body: Response body Retrieve objects from weaviate with hybrid search. Request body: Response body
Add this skill
npx mdskills install weaviate/mcp-server-weaviateProvides Weaviate vector database integration but lacks configuration details and tool schemas
Build the server:
make build
Run the test client
make run-client
Insert an object into weaviate.
Request body:
{}
Response body
{}
Retrieve objects from weaviate with hybrid search.
Request body:
{}
Response body
{}
Install via CLI
npx mdskills install weaviate/mcp-server-weaviateWeaviate MCP Server is a free, open-source AI agent skill. Build the server: Run the test client Insert an object into weaviate. Request body: Response body Retrieve objects from weaviate with hybrid search. Request body: Response body
Install Weaviate MCP Server with a single command:
npx mdskills install weaviate/mcp-server-weaviateThis downloads the skill files into your project and your AI agent picks them up automatically.
Weaviate MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.