Overview
Verodat MCP Server is a Model Context Protocol (MCP) server implementation designed to integrate Verodat's data management capabilities with AI systems like Claude Desktop.
To use the Verodat MCP Server, you can install it via Smithery or manually by cloning the repository, installing dependencies, and configuring it with your Claude Desktop setup.
- Account & Workspace Management: List accessible accounts and browse workspaces within accounts. - Dataset Operations: Create datasets with custom schemas, query and filter datasets, and retrieve dataset records. - AI Integration: Fetch workspace context for AI processing and execute AI-powered queries on datasets.
- Managing and querying datasets for AI applications.
- Integrating data management with AI systems for enhanced processing capabilities.
- Facilitating seamless data operations in collaborative environments.
Add to your AI client
Use these steps to connect Verodat MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"verodat-mcp-server-verodat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-verodat-mcp-server-verodat"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"verodat-mcp-server-verodat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-verodat-mcp-server-verodat"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"verodat-mcp-server-verodat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-verodat-mcp-server-verodat"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"verodat-mcp-server-verodat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-verodat-mcp-server-verodat"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"verodat-mcp-server-verodat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-verodat-mcp-server-verodat"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"verodat-mcp-server-verodat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-verodat-mcp-server-verodat"
]
}
}
}FAQ
**What are the prerequisites for using Verodat MCP Server?**
You need Node.js (v18 or higher), Git, Claude Desktop, and a Verodat account with an AI API key.
**Is there a way to debug the server?**
Yes! You can use the MCP Inspector tool to access debugging tools in your browser.
**How can I contribute to the project?**
Contributions are welcome! You can submit a Pull Request on GitHub.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1977,"uuid":"5dcbbfb2-def2-4915-8337-2f0e88302c09","name":"verodat-mcp-server","title":"Verodat MCP Server","description":"Verodat MCP Server Implementation","avatar_url":"https://avatars.githubusercontent.com/u/197064028?v=4","created_at":"2025-03-05T07:39:53.861Z","updated_at":"2025-03-12T10:21:41.216Z","status":"created","author_name":"Verodat","author_avatar_url":"https://avatars.githubusercontent.com/u/197064028?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Verodat/verodat-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/ef6a6c5d4cbf882dab676b36e4e137b75f6e600078da0a66c46735f5f2c48b33/68747470733a2f2f6d736565702e6e65742f70722f7665726f6461742d7665726f6461742d6d63702d7365727665722d62616467652e706e67","type":null,"metadata":"{\"star\":\"1\",\"license\":\"Apache-2.0 license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-05-27 18:29:30\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]