Skip to content

Vector Embedding

Free

by MCP Community

MCP Server for AI Embedding and RAG functionality

v1.4.1Added Apr 12, 2026
mcpmodel-context-protocolaiembeddingrag
Works with:ClaudeGPTGeminiCopilot

Vector Embedding MCP Server

MCP Server for AI Embedding and RAG functionality

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y vector-embedding-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "vector-embedding": {
      "command": "npx",
      "args": ["-y", "vector-embedding-mcp-server"]
    }
  }
}