What is the RevoGrid DataGrid MCP Pro MCP server?
Hosted Pro MCP server for RevoGrid DataGrid docs, examples, feature checks, and migration guidance.
How to install RevoGrid DataGrid MCP Pro
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"revogrid-mcp-pro": {
"url": "https://mcp.rv-grid.com/pro"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"revogrid-mcp-pro": {
"serverUrl": "https://mcp.rv-grid.com/pro"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"revogrid-mcp-pro": {
"type": "http",
"url": "https://mcp.rv-grid.com/pro"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"revogrid-mcp-pro": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.rv-grid.com/pro"
]
}
}
}Claude Code
claude mcp add --transport http revogrid-mcp-pro https://mcp.rv-grid.com/proRelated MCP servers
Hosted MCP server for RevoGrid DataGrid docs, examples, feature checks, and migration guidance.
View repository →