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
- weaviate/mcp-server-weaviate
- GNU General Public License v3.0
- Last Updated: 4/22/2025
Recomended MCP Servers
An intelligent MCP server that provides tools for collecting and documenting code from directories
Allow LLMs to control a browser with Browserbase and Stagehand
An MCP (Model Context Protocol) server that enables ✨ AI platforms to interact with 🤖 YepCode's infrastructure. Turn...
CTX: The missing link between your codebase and your LLM. Context as Code (CaC) tool with MCP server...
mcp server for tidb
A connector for Claude Desktop to read and search an Obsidian vault.
MCP server for kintone
Telegram MCP for managing dialogs, messages, drafts, read statuses, and more.
Send system notification when Agent task is done
MCP (Model Context Protocol) for Microsoft 365. Includes support for Microsoft Graph and other services
An MCP tool for aiding persistence over ai-coding-agent sessions.





