We’re excited to release the nvisy MCP server, enabling seamless integration between nvisy and AI assistants like Claude and Cursor.
Features
- MCP Server for AI assistant integration
- Document processing through natural language
- Query and analyze extracted data conversationally
- Create and manage templates via chat
- Monitor jobs and retrieve results
Improvements
- Seamless context sharing with AI assistants
- Automatic credential management
- Rich error messages with suggestions
- Batch operations support
- Intelligent caching for faster follow-ups
Getting Started
Install the nvisy MCP server:
npm install -g @nvisy/mcp-server
Configure Claude Desktop by adding to your config:
{
"mcpServers": {
"nvisy": {
"command": "nvisy-mcp",
"env": {
"NVISY_API_KEY": "your-api-key"
}
}
}
}
For detailed setup instructions, visit our MCP documentation.
