P

mcp-server-weaviate

...
Created 2/11/2025byweaviate

Language:

Python

Stars:

79

Forks:

16

mcp-server-weaviate

smithery badge

MCP server for Weaviate

🏎️ Quickstart

Prerequisites

  • Ensure you have uv installed (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"
      }
    }
  }
}

Demo

Last updated: 3/6/2025

Publisher info

weaviate's avatar

Weaviate

Weaviate creates database software like the Weaviate vector search engine

733
followers
0
following
115
repos

More MCP servers built with Python

apollo-io-mcp-server

MCP server that exposes the Apollo.io API functionalities as tools

By Edward Choh
mcp-openvision

MCP Server using OpenRouter models to get descriptions for images

By Nazruden2
DeepView MCP

Enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's extensive context window.

By ai-1st