MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. mcp-server-weaviate

mcp-server-weaviate

GitHub
Website

This repository provides an MCP (Microservice Communication Protocol) server specifically designed for Weaviate, enabling seamless integration with Claude Desktop through Smithery for enhanced functionality and data management. This repository provides

152
13

mcp-server-weaviate

smithery badge

MCP server for Weaviate

🏎️ Quickstart

This repository contains the MCP (Message Content Protocol) server implementation designed to interface with Weaviate. It enables Claude to interact with Weaviate as a knowledge base.

Prerequisites

  • Ensure uv is installed. Refer to the uv documentation for installation instructions.
  • Clone this repository.

Install

Installing via Smithery

To install the Weaviate MCP Server for Claude Desktop automatically using Smithery, execute:

npx -y @smithery/cli install @weaviate/mcp-server-weaviate --client claude

Claude Desktop

To configure the server manually, modify the claude_desktop_config.json file located in:

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json

On Windows: %APPDATA%/Claude/claude_desktop_config.json

Add a configuration block similar to the following, replacing the placeholder values with your actual Weaviate and OpenAI credentials:

{
  "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

Repository

WE
weaviate

weaviate/mcp-server-weaviate

Created

February 11, 2025

Updated

March 28, 2025

Language

Python

Category

AI