Back to MCP Servers
🔌

vectorize-io/vectorize-mcp-server

MITAPI key required

☁️ 📇 - MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.

JavaScriptSearch

Install

npx -y -y @vectorize-io/vectorize-mcp-server@latest

Required environment variables

VECTORIZE_TOKENSet in your MCP config
YOUR_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "vectorize-io-vectorize-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@vectorize-io/vectorize-mcp-server@latest"
      ],
      "env": {
        "VECTORIZE_TOKEN": "<YOUR_VECTORIZE_TOKEN>",
        "YOUR_TOKEN": "<YOUR_YOUR_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.