Weaviate MCP Server

by sndani

Integrations

  • Utilizes OpenAI API for functionality, likely for embedding generation to support vector search operations with the Weaviate database.

mcp-server-weaviate

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

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A server that enables Claude AI to interact with Weaviate vector databases, supporting both search and storage operations through Anthropic's MCP protocol.

  1. 🏎️ Quickstart
    1. Prerequisites
    2. Install

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    The MCP Server for Weaviate facilitates integration with Weaviate using a customizable Python-based server, enabling interaction with Weaviate databases and OpenAI APIs via configurable URL and API keys.
    Last updated -
    44
    Python
    GPL 3.0
    • Apple
  • -
    security
    A
    license
    -
    quality
    An MCP server that integrates Verodat's data management capabilities with AI systems like Claude Desktop, enabling users to manage accounts, workspaces, and datasets, as well as perform AI-powered queries on their data.
    Last updated -
    1
    TypeScript
    Apache 2.0
    • Apple
  • A
    security
    F
    license
    A
    quality
    An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
    Last updated -
    4
    2
    Python
  • -
    security
    A
    license
    -
    quality
    A modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.
    Last updated -
    45
    Python
    MIT License
    • Linux
    • Apple

View all related MCP servers

ID: 1abfvfsgku