The Vectorize MCP Server integrates with Vectorize to provide advanced vector retrieval and text extraction capabilities:
Retrieve documents: Perform vector search to retrieve documents from a Vectorize pipeline based on a query and desired number of results.
Text extraction and chunking: Extract text from various document formats and chunk it into Markdown format.
Deep Research: Generate research reports from your pipeline, with an option to include web search results.
Supports text extraction and chunking of documents into Markdown format
Vectorize MCP Server
A Model Context Protocol (MCP) server implementation that integrates with Vectorize for advanced Vector retrieval and text extraction.
Installation
Running with npx
VS Code Installation
For one-click installation, click one of the install buttons below:
Manual Installation
For the quickest installation, use the one-click install buttons at the top of this section.
To install manually, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open User Settings (JSON).
Optionally, you can add the following to a file called .vscode/mcp.json in your workspace to share the configuration with others:
Related MCP server: Scrapezy
Configuration on Claude/Windsurf/Cursor/Cline
Tools
Retrieve documents
Perform vector search and retrieve documents (see official API):
Text extraction and chunking (Any file to Markdown)
Extract text from a document and chunk it into Markdown format (see official API):
Deep Research
Generate a Private Deep Research from your pipeline (see official API):
Development
Release
Change the package.json version and then:
Contributing
Fork the repository
Create your feature branch
Submit a pull request