Back
Marketplace/Chroma

TL;DR

Chroma is a Databases MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent embeddings, vector search, and document storage with Chroma AI database for RAG applications. Install in 1 minute with mcpizy install chroma.

🎨

Chroma

Verified 5 tools

Databases

Last updated May 30, 2026 · By MCPizy team

Embeddings, vector search, and document storage with Chroma AI database for RAG applications.

Official homepage

Install Chroma

Via MCPizy CLI (recommended):
mcpizy install chroma
Or run directly:
uvx chroma-mcp
View on GitHub

Tools exposed

5 tools available
list_collections

List Chroma collections

create_collection

Create a new collection

Inputs

  • namestringrequired
add_documents

Add documents with optional embeddings

Inputs

  • collectionstringrequired
  • documentsstring[]required
  • idsstring[]required
query_collection

Semantic search in a collection

Inputs

  • collectionstringrequired
  • query_textsstring[]required
  • n_resultsnumberoptional
delete_documents

Delete documents by ID

Inputs

  • collectionstringrequired
  • idsstring[]required

Configuration

Works identically across clients. Only the config file path differs.

Claude Code~/.claude.json
{
  "mcpServers": {
    "chroma": {
      "command": "uvx",
      "args": [
        "chroma-mcp"
      ],
      "env": {
        "CHROMA_CLIENT_TYPE": "persistent",
        "CHROMA_DATA_DIR": "/path/to/chroma-data"
      }
    }
  }
}
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "chroma": {
      "command": "uvx",
      "args": [
        "chroma-mcp"
      ],
      "env": {
        "CHROMA_CLIENT_TYPE": "persistent",
        "CHROMA_DATA_DIR": "/path/to/chroma-data"
      }
    }
  }
}
Windsurf~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "chroma": {
      "command": "uvx",
      "args": [
        "chroma-mcp"
      ],
      "env": {
        "CHROMA_CLIENT_TYPE": "persistent",
        "CHROMA_DATA_DIR": "/path/to/chroma-data"
      }
    }
  }
}

Authentication setup

  1. 1

    Chroma runs locally — no credentials needed for the persistent client

    Get it

What you can do with Chroma MCP

Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.

“Create a 'knowledge-base' collection and index these 100 documents”

Uses: create_collection, add_documents

“Semantic search my knowledge base for 'refund policy'”

Uses: query_collection

“List every collection and its document count”

Uses: list_collections

Works with

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

More Databases MCPs

⚡

DynamoDB

AWS DynamoDB NoSQL database operations

🐬

MariaDB

MariaDB relational database server

🪳

CockroachDB

Distributed SQL database for cloud apps

🗃️

SQLite

Local SQLite database access and management

Alternatives to Chroma

If Chroma doesn't fit your stack, these Databases MCP servers solve similar problems.

🔵

Neo4j

Graph database queries

🔍

Elasticsearch

Full-text search and analytics engine

🎯

Qdrant

Vector similarity search engine

Key Takeaways

  • Chroma exposes 5 tools for databases workflows in Claude Code, Cursor and Windsurf.
  • Authentication: 1 step (see setup section above).
  • Install in 1 command: mcpizy install chroma — config written to your client automatically.
  • Free and open source (GitHub source linked above) — verified compatible with every MCP client (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot).
  • Best use case: "Create a 'knowledge-base' collection and index these 100 documents".

Frequently asked questions

What is the Chroma MCP server?

The Chroma MCP server is an Databases Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents embeddings, vector search, and document storage with Chroma AI database for RAG applications. It exposes Chroma's capabilities as tools the AI can call directly from your editor or CLI.

How do I install Chroma MCP with Claude Code?

The fastest way is the MCPizy CLI: run `mcpizy install chroma` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `uvx chroma-mcp` and restarting Claude Code.

Is Chroma MCP free?

Yes. The Chroma MCP server is free and open source (see the GitHub repository linked on this page). You may still need a Chroma account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.

Does Chroma MCP work with Cursor and Windsurf?

Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.

What can I do with Chroma MCP?

Once installed, your AI agent can embeddings, vector search, and document storage with Chroma AI database for RAG applications directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run Chroma operations, inspect results, chain Chroma with other MCP servers (see our Workflow Recipes), and automate repetitive databases tasks without leaving your editor.

Manage all your MCPs in one place

Monitor usage, track costs, and discover new MCPs.

Get Started Free