MCP XPP

v1.0.0Developer Toolsstable

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.

mcp-xppmcpai-integration
Share:
37
Stars
0
Downloads
0
Weekly
0/5

What is MCP XPP?

MCP XPP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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 fo...

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.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Experimental MCP server for Dynamics 365 F&O X++ development

Use Cases

Develop Dynamics 365 F&O X++ code with object creation, modification, and codebase navigation. Integrate Visual Studio 2022 service for D365 development.
ccampora

Maintainer

LicenseNOASSERTION
Languagec#
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-xpp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MCP XPP

MCP XPP is an experimental Model Context Protocol server for Microsoft Dynamics 365 Finance & Operations X++ development that gives AI assistants the ability to create, inspect, modify, and delete D365 objects like classes, tables, enums, and forms directly through natural language. It integrates with Visual Studio 2022 and reads your PackagesLocalDirectory to understand the existing codebase, enabling intelligent navigation and batch modification of X++ objects. Teams building D365 customizations can use it to speed up repetitive scaffolding and code exploration tasks inside AI coding tools.

Prerequisites

  • Node.js 18 or later
  • Microsoft Dynamics 365 Finance & Operations development environment with Visual Studio 2022
  • A local PackagesLocalDirectory from a D365 F&O installation
  • Git and npm to clone and build the server
  • An MCP-compatible client such as Claude Desktop or VS Code with MCP support
1

Clone the repository and install dependencies

Clone the mcp_xpp repository and install the Node.js dependencies.

git clone https://github.com/ccampora/mcp_xpp.git
cd mcp_xpp
npm install
2

Build the server

Run the build script to compile the TypeScript source to the build/ directory.

.\tools\build-and-run.ps1 -Action build
3

Locate your PackagesLocalDirectory

Find the path to your D365 F&O PackagesLocalDirectory. This is typically at C:\AOSService\PackagesLocalDirectory or similar. You will pass this path when starting the server.

4

Start the MCP server

Run the server with the path to your PackagesLocalDirectory. The server will index D365 objects from this location.

node build/index.js --xpp-path "C:\AOSService\PackagesLocalDirectory"
5

Configure Claude Desktop

Add the server to your claude_desktop_config.json using the absolute path to the built index.js.

MCP XPP Examples

Client configuration

Add this block to your claude_desktop_config.json, replacing the path with the actual location of your cloned and built mcp_xpp.

{
  "mcpServers": {
    "mcp-xpp-server": {
      "command": "node",
      "args": [
        "C:\\dev\\mcp_xpp\\build\\index.js",
        "--xpp-path",
        "C:\\AOSService\\PackagesLocalDirectory"
      ]
    }
  }
}

Prompts to try

Once connected, use these prompts to navigate and modify your D365 X++ codebase.

- "Create a new AxTable called CustomerSegment in the usr layer"
- "Search for all tables matching the pattern Cust* and list their names"
- "Inspect the CustTable object and show me its fields"
- "Add a string field called CustomerCategory to CustTable"
- "List all available form patterns I can use when creating a new form"

Troubleshooting MCP XPP

Server fails to start or throws an error about xpp-path

Ensure you pass the --xpp-path argument pointing to a valid PackagesLocalDirectory. The path must exist and contain D365 package folders.

build/index.js not found after setup

Run the build step (.\tools\build-and-run.ps1 -Action build) in a PowerShell terminal. Ensure Node.js and npm are in your PATH and that npm install completed without errors.

Object creation fails with dependency errors

Use the discover_modification_capabilities tool first to check what modifications are supported for the target object type, then use execute_object_modification for batch changes.

Frequently Asked Questions about MCP XPP

What is MCP XPP?

MCP XPP is a Model Context Protocol (MCP) server that 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. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MCP XPP?

Follow the installation instructions on the MCP XPP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MCP XPP?

MCP XPP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MCP XPP free to use?

Yes, MCP XPP is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-xpp": { "command": "npx", "args": ["-y", "mcp-xpp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MCP XPP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides