mcp_xpp

ccampora/mcp_xpp
★ 31 stars C# 💻 Code/Dev Tools Updated 17d ago
Experimental MCP server for Dynamics 365 F&O X++ development. Provides object creation, modification, and codebase navigation through the Model Context Protocol. Includes VS2022 service integration for D365 object handling.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_xpp": {
      "command": "npx",
      "args": [
        "-y",
        "ccampora/mcp_xpp"
      ]
    }
  }
}