Verodat MCP Server

Verodat MCP Server
Official

Verodat MCP Server Implementation. Contribute to Verodat/verodat-mcp-server development by creating an account on GitHub.

Verodat

Databases
Knowledge & Memory
Local
TypeScript
Visit Server

README

Image 1: MCP Image 2: smithery badge

Overview

A Model Context Protocol (MCP) server implementation for Verodat, enabling seamless integration of Verodat's data management capabilities with AI systems like Claude Desktop.

Image 3: image

Features

  • Account & Workspace Management

    • List accessible accounts
    • Browse workspaces within accounts
  • Dataset Operations

    • Create datasets with custom schemas and validation
    • Query and filter datasets
    • Retrieve dataset records
  • AI Integration

    • Fetch workspace context for AI processing
    • Execute AI-powered queries on datasets

Prerequisites

  • Node.js (v18 or higher)
  • Git
  • Claude Desktop (for Claude integration)
  • Verodat account and AI API key

Quick Start

Installing via Smithery

To install Verodat MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @Verodat/verodat-mcp-server --client claude

Manual Installation

  1. Clone the repository:

    git clone https://github.com/Verodat/verodat-mcp-server.git cd verodat-mcp-server

  2. Install dependencies and build:

    npm install npm run build

  3. Configure Claude Desktop:

    Create or modify the config file:

    • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%/Claude/claude_desktop_config.json

    Add the following configuration:

    { "mcpServers": { "verodat": { "command": "node", "args": ["path/to/verodat-mcp-server/build/src/index.js"], "env": { "VERODAT_AI_API_KEY": "your-verodat-ai-api-key" } } } }

Getting Started with Verodat

  1. Sign up for a Verodat account at verodat.com
  2. Generate an AI API key from your Verodat dashboard
  3. Add the API key to your Claude Desktop configuration

Available Commands

The server provides the following MCP commands:

// Account & Workspace Management get-accounts // List accessible accounts get-workspaces // List workspaces in an account

// Dataset Operations create-dataset // Create a new dataset get-datasets // List datasets in a workspace get-dataset-output // Retrieve dataset records

// AI Operations get-ai-context // Get workspace AI context execute-ai-query // Run AI queries on datasets

Debugging

The MCP server communicates over stdio, which can make debugging challenging. We provide an MCP Inspector tool to help:

This will provide a URL to access debugging tools in your browser.

Contributing

We welcome contributions! Please feel free to submit a Pull Request.

License

LICENSE file for details

Support


Recommended Servers

Audiense Insights MCP Server

Audiense Insights MCP Server

Audiense Insights MCP Server is a server based on the Model Context Protocol (MCP) that allows Claude and other MCP-compatible clients to interact with your Audiense Insights account - AudienseCo/mcp-audiense-insights

Official
Featured
Local
TypeScript
graphlit-mcp-server

graphlit-mcp-server

Model Context Protocol (MCP) Server for Graphlit Platform - graphlit/graphlit-mcp-server

Official
Featured
TypeScript
Playwright MCP Server

Playwright MCP Server

Contribute to showfive/playwright-mcp-server development by creating an account on GitHub.

Featured
Local
TypeScript
Excel MCP Server

Excel MCP Server

An MCP server that reads and writes spreadsheet data to MS Excel file - negokaz/excel-mcp-server

Featured
Local
Go
Claude Code MCP

Claude Code MCP

claude-code-mcp. Contribute to auchenberg/claude-code-mcp development by creating an account on GitHub.

Featured
Local
JavaScript
Apple MCP Server

Apple MCP Server

Collection of apple-native tools for the model context protocol. - Dhravya/apple-mcp

Featured
Local
TypeScript
Supabase MCP Server

Supabase MCP Server

Contribute to JoshuaRileyDev/supabase-mcp-server development by creating an account on GitHub.

Featured
JavaScript
MCP DuckDB Knowledge Graph Memory Server

MCP DuckDB Knowledge Graph Memory Server

MCP Memory Server with DuckDB backend. Contribute to IzumiSy/mcp-duckdb-memory-server development by creating an account on GitHub.

Featured
TypeScript
The Verge News MCP Server

The Verge News MCP Server

MCP server for The Verge news RSS feed. Contribute to manimohans/verge-news-mcp development by creating an account on GitHub.

Featured
TypeScript
serper-search-scrape-mcp-server

serper-search-scrape-mcp-server

Serper MCP Server supporting search and webpage scraping - marcopesani/mcp-server-serper

Featured
TypeScript