Skip to content

genexus-mcp

GeneXus 18 MCP server — read, edit, and analyze GeneXus knowledge base objects (transactions, web panels, procedures, SDTs) directly from Claude, Cursor, and other AI agents over the Model Context Protocol.

build.protocol_tooling.mcp#mcp#mcp-server#model-context-protocol#genexus#genexus-18#genexus18#claude#claude-desktop#claude-code#cursor

Install genexus-mcp in your MCP client

genexus-mcp is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.

  1. Locate your client's MCP config file.
    • Cursor: ~/.cursor/mcp.json
    • Claude Desktop (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
    • Claude Desktop (Windows): %APPDATA%\Claude\claude_desktop_config.json
    • VS Code: Settings → Extensions → MCP
    • Windsurf: Settings → MCP Servers
  2. Add genexus-mcp to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing mcpServers object.
  3. Restart your client so it picks up the new server.
  4. Verify — ask the assistant to list available tools; genexus-mcp's tools should appear.
{
  "mcpServers": {
    "genexus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "genexus-mcp"
      ]
    }
  }
}

Install genexus-mcp in Cursor

Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. genexus-mcp will show up in the assistant's tool list on next launch.

Install genexus-mcp in Claude Desktop (macOS)

Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). genexus-mcp will show up in the assistant's tool list on next launch.

Install genexus-mcp in Claude Desktop (Windows)

Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). genexus-mcp will show up in the assistant's tool list on next launch.

Install genexus-mcp in VS Code

Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. genexus-mcp will show up in the assistant's tool list on next launch.

npm package: genexus-mcp

Transport

genexus-mcp supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.

stdio

From the genexus-mcp README

# GeneXus MCP Server — GeneXus 18 for Claude, Cursor, and AI Agents [![npm version](https://img.shields.io/npm/v/genexus-mcp.svg)](https://www.npmjs.com/package/genexus-mcp) [![npm downloads](https://img.shields.io/npm/dm/genexus-mcp.svg)](https://www.npmjs.com/package/genexus-mcp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![SafeSkill 85/100](https://img.shields.io/badge/SafeSkill-85%2F100_Passes%20with%20Notes-yellow)](https://safeskill.dev/scan/lennix1337-genexus18mcp) [![MCP Badge](https://lobehub.com/badge/mcp/lennix1337-genexus18mcp)](https://lobehub.com/mcp/lennix1337-genexus18mcp) > **¿Hablás español?** → [Guía de inicio en español](docs/GETTING_STARTED.es.md) > **Fala português?** → [Guia de início em português](d

Other Model Context Protocol servers in the same space as genexus-mcp. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.

Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.