mcp-server-weaviate
MCP server for Weaviate
🏎️ Quickstart
Prerequisites
- Ensure you have
uvinstalled (see the docs for details) - Clone this repository
Install
Installing via Smithery
To install Weaviate MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @weaviate/mcp-server-weaviate --client claude
Claude Desktop
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
{
"mcpServers": {
"mcp-server-weaviate": {
"command": "PYTHON_PATH",
"args": [
"-m",
"src.server",
"--weaviate-url",
"YOUR_WEAVIATE_URL",
"--weaviate-api-key",
"YOUR_WEAVIATE_API_KEY",
"--search-collection-name",
"YOUR_SEARCH_COLLECTION",
"--store-collection-name",
"YOUR_STORE_COLLECTION",
"--openai-api-key",
"YOUR_OPENAI_API_KEY"
],
"env": {
"PYTHONPATH": "PATH_TO_MCP_SERVER_WEAVIATE_DIRECTORY"
}
}
}
}

Weaviate MCP Server
Project Details
- sndani/mcp-localhost-server-weaviate
- GNU General Public License v3.0
- Last Updated: 4/5/2025
Recomended MCP Servers
MCP server for checking Mathematica documentation via local MMA installation
A Box model context protocol server to search, read and access files
Create an interactive 2D world where players can engage with NPCs through tasks and conversations. Enhance gameplay with...
obfusgator.zig
whiteboard SDK / infinite canvas SDK
A simple MCP ODBC server using FastAPI, ODBC and PyODBC.
mcp sentry for typescript sdk
Python and TypeScript library for integrating the Stripe API into agentic workflows
中国传统黄历 MCP 服务 | Chinese Traditional Almanac MCP Service
用于mysql和mongodb的mcp
A simple MCP server for https://useautumn.com





