Backend

Weaviate MCP Server

Connect your account, then chat with AI to run tools.

All Weaviate tools

31 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Weaviate — workflow patterns, data models, and gotchas for your AI agent.

Weaviate

Weaviate stores objects inside collections, each carrying structured properties and optional embedding vectors. Similarity queries rank by vector distance; hybrid modes blend keyword filters with embeddings.

Data Model

  • Collections — logical containers (schema-defined).
  • Objects — documents with metadata plus vectors when configured.
  • Retrieval — semantic ranking, filtered search, and hybrid keyword+vector blends.
  • Schema — properties, indexes, and cross-references between collections.
  • Bulk flows — import, update, and delete in batches for throughput.
  • Quality — duplicate detection, missing-vector audits, property validation.

Gotchas

  • Stable handles: Reuse weaviate:object:collection:id from browse or retrieval responses when you need a point read.
  • Vectorization: Some collections auto-embed on ingest—confirm module settings before assuming manual vectors.
  • Graph edges: Cross-references behave like typed links; keep referential integrity when deleting.

Tools in this Server (31)

Fetch

Universal fetch tool that retrieves any object, schema, or metadata using smart ID routing with colon-separated format. Supports direct object retriev...

Search

Search Weaviate vector store using hybrid semantic + keyword search or BM25. Returns ranked results with IDs, titles, and scores.

Weaviate Analyze Property Distribution

Analyze distribution of values for a specific property. Shows top values, uniqueness, null rate, and statistics. Essential for understanding data patt...

Weaviate Analyze Vector Distribution

Analyze vector embeddings distribution. Shows dimensionality, magnitude statistics, density, and similarity patterns. Critical for understanding embed...

Weaviate Backup Collection

Create a complete backup of a collection including schema and data.

Weaviate Batch Delete

Delete multiple objects matching a filter condition. DESTRUCTIVE operation with safety limits. Requires explicit confirmation and WHERE filter to prev...

Weaviate Batch Import

Import multiple objects in batch. Optimized for bulk loading with automatic error handling, retry logic, and progress reporting. Much faster than indi...

Weaviate Batch Update

Update multiple objects matching a filter condition. Useful for bulk status changes, migrations, or data corrections. Includes safety limits to preven...

Weaviate Check Orphaned References

Check for broken cross-references in collections. Returns objects with references to deleted or non-existent objects.

Weaviate Check Vector Quality

Check vector quality for corruption issues. Detects zero vectors, NaN values, and vectors with abnormal magnitude. Critical for maintaining search qua...

Weaviate Compare Collections

Compare two collections to find differences in schemas, object counts, and configurations. Useful for validating migrations or understanding related c...

Weaviate Copy Objects

Copy objects between collections. Useful for data migration, creating backups, or duplicating data for testing. Optionally preserves or regenerates ve...

Weaviate Create Collection

Create a new Weaviate collection with custom schema. Define properties, data types, and optionally configure a vectorizer for automatic embedding gene...

Weaviate Data Quality Report

Generate detailed data quality report. Combines vector quality, property completeness, duplicates, and collection health into a single report with act...

Weaviate Delete

Delete object(s) or entire collection from Weaviate. Supports three modes: single object deletion, bulk deletion with failure tracking, and collection...

Weaviate Export Collection

Export collection data including vectors, properties, and metadata for backup or migration.

Weaviate Find Duplicates

Find near-duplicate objects using vector similarity. Helps identify redundant data and potential data quality issues from duplicate imports.

Weaviate Find Missing Vectors

Find objects without vector embeddings. Critical for debugging semantic search issues - objects without vectors won't appear in similarity searches.

Weaviate Find Unused Collections

Find collections that have no objects (empty collections). Useful for identifying collections that can be safely removed or need to be populated.

Weaviate Get Cross References

Analyze cross-reference relationships between collections. Shows which collections reference which other collections, similar to foreign key relations...

Weaviate Get Property Usage

Analyze property usage in a collection. Shows which properties are consistently populated vs frequently null/empty. Useful for understanding data comp...

Weaviate Get Reference Graph

Get a graph of cross-references between collections. Shows which collections reference each other and how.

Weaviate Get Schema Detailed

Get full schema information for a collection including properties, data types, vectorizer configuration, indexes, and module settings.

Weaviate Hybrid Search

Perform hybrid search combining semantic vector search with keyword matching. Hybrid search combines BM25 keyword search with vector similarity.

Weaviate List Collections

List all Weaviate collections with rich filtering options. Supports pattern matching, schema inclusion, object counts, and pagination. Use this for co...

Weaviate List Objects

Browse objects in a collection with rich filtering, sorting, pagination, and property selection. The workhorse tool for exploring data with granular c...

Weaviate Profile Collection

Generate full collection profile with statistics on object count, properties, vectors, and overall health. Essential starting point for understanding ...

Weaviate Sample Objects

Get representative sample objects from a collection. Useful for quick inspection and understanding data structure without fetching all objects.

Weaviate Upsert

Insert or update objects in Weaviate. Data is ALWAYS an array - use [obj] for single items, [obj1, obj2, ...] for batch. Provide ids array for updates...

Weaviate Validate Properties

Validate property completeness and quality. Find objects with null, missing, or empty required properties. Essential for data quality monitoring.

Weaviate Validate Schema Compliance

Validate objects against collection schema definition. Checks if objects have all required properties and correct data types.

Frequently Asked Questions

What is the Weaviate MCP server?

All Weaviate tools It provides 31 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Weaviate to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/weaviate. Authentication is handled automatically.

How many tools does Weaviate provide?

Weaviate provides 31 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Weaviate require?

Weaviate uses API Key. Weaviate requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Weaviate to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/weaviate

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Weaviate?

Sign in to connect your credentials and start running tools from the chat.

Weaviate MCP Server & Skill — 31 Tools