Back to MCP Servers
Vectorize
[Vectorize](https://vectorize.io) MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
search-data-extraction
By vectorize-io
Installation
npx -y vectorize-mcp-serverConfiguration
{
"mcpServers": {
"vectorize-mcp-server": {
"command": "npx",
"args": ["-y", "vectorize-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes