Fo Semantic MCP
F

Fo Semantic MCP

This is an MCP server for Microsoft Dynamics 365 Finance & Operations development. It accesses over 50,000 F&O standard components through semantic search, enabling AI assistants to find relevant implementation patterns and read local source code during development.
2 points
8.5K

What is the FO Semantic MCP Server?

This is an AI assistant enhancement tool specifically designed for Dynamics 365 F&O developers. It integrates with your AI development assistants (such as Cursor IDE, Claude Desktop, VS Code) through the Model Context Protocol (MCP), enabling the AI to search over 50,000 official Microsoft F&O standard components and read local source code files, thus providing more accurate and relevant development suggestions.

How to use the FO Semantic MCP Server?

After installation and configuration, your AI assistant will gain two core capabilities: 1) Search F&O standard components using natural language; 2) Read local F&O source code files. You can directly ask the AI assistant questions about F&O development, and it will automatically use these tools to find relevant information for you.

Use cases

Suitable for all D365 F&O development scenarios: Find standard implementation references when developing new extension features; Learn official Microsoft code patterns; Quickly locate relevant components such as tables, forms, and classes; Understand the business domain and module structure; Accelerate the development cycle.

Main features

Semantic search
Use natural language queries to search for F&O components without having to remember exact names. The AI understands your intention and returns the most relevant results.
Large component library
Covers over 50,000 standard F&O components, including tables, forms, classes, extended data types, enumerations, data entities, views, and queries.
AI intelligent descriptions
Each component comes with an AI-generated description to help you quickly understand its purpose and context without having to read the full XML code.
Local file access
If the local F&O installation path is configured, you can directly read XML source code files for complete code analysis.
Rich metadata
Provides detailed information such as business domain, module affiliation, configuration keys, and usage context to help understand the role of components in the system.
Cross-platform support
Supports Windows, macOS, and Linux systems. It only requires a Node.js environment to run.
MCP protocol integration
Seamlessly integrates with mainstream AI development tools, including Cursor IDE, Claude Desktop, and VS Code.
Guided workflow
Claude Desktop provides a complete 6-step F&O development workflow prompt to guide the AI assistant through the entire process from search to implementation.
Advantages
Significantly improve development efficiency: Quickly find standard implementation references and reduce search time
Reduce the learning curve: AI-generated descriptions help understand complex components
Maintain code consistency: Develop based on standard patterns to ensure compatibility with the system
Reduce errors: Refer to verified standard implementations
Flexible installation methods: Support npx, global installation, and manual installation
Continuous updates: Automatically obtain the latest version using the npx method
Limitations
Requires an API key: Obtain and configure it from xplusplus.ai
Depends on network connection: The search function requires access to online services
Local file reading requires configuration: The F&O installation path needs to be set correctly
Claude Desktop prompts are only available on this platform: Other platforms need to manually guide the workflow
Requires a Node.js environment: Minimum version 18+

How to use

Get an API key
Visit the xplusplus.ai website to register and obtain your API key.
Choose an installation method
It is recommended to use the npx method (no installation required, automatic updates), or choose global installation/manual installation.
Configure the MCP client
Edit the configuration file according to your development tool (Cursor/Claude/VS Code) and add server configuration and environment variables.
Restart the development tool
Completely close and restart your AI development tool to load the MCP server.
Start using
Directly ask questions about F&O development in the AI assistant, or use the /fo-development-assistant prompt (Claude Desktop).

Usage examples

Add a new field to the vendor group
You need to add the 'External name' field to the vendor group table and display it on the General tab of the form.
Find components related to inventory management
When developing inventory management functions, you need to refer to standard implementation patterns.
Learn the sales order processing flow
New developers need to understand the standard processing flow of sales orders and the involved components.

Frequently asked questions

Is this tool free?
Do I need to install a local F&O environment?
Which development tools are supported?
Is the data up-to-date?
What should I do if I can't find any results in the search?
What's the difference between npx and global installation?

Related resources

Official website
Obtain an API key, view packages, and get the latest information
GitHub repository
Source code, issue feedback, and documentation
Live demo
View a demonstration of the complete development workflow
MCP official registry
Discover more servers in the MCP official directory
Node.js download
Download the Node.js runtime environment (version 18+ required)

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "fo-semantic-mcp": {
      "command": "npx",
      "args": ["-y", "fo-semantic-mcp"],
      "env": {
        "FOINDEX_API_KEY": "your_api_key_here",
        "FO_LOCAL_ASSETS_PATH": "C:\\Users\\YourName\\AppData\\Local\\Microsoft\\Dynamics365\\10.0.xxxx\\PackagesLocalDirectory"
      }
    }
  }
}

{
  "mcpServers": {
    "fo-semantic-mcp": {
      "command": "fo-semantic-mcp",
      "env": {
        "FOINDEX_API_KEY": "your_api_key_here",
        "FO_LOCAL_ASSETS_PATH": "C:\\Users\\YourName\\AppData\\Local\\Microsoft\\Dynamics365\\10.0.xxxx\\PackagesLocalDirectory"
      }
    }
  }
}

{
  "mcpServers": {
    "fo-semantic-mcp": {
      "command": "node",
      "args": ["C:\\tools\\fo-semantic-mcp\\dist\\server.js"],
      "env": {
        "FOINDEX_API_KEY": "your_api_key_here",
        "FO_LOCAL_ASSETS_PATH": "C:\\Users\\YourName\\AppData\\Local\\Microsoft\\Dynamics365\\10.0.xxxx\\PackagesLocalDirectory"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

A
Airweave
Airweave is an open - source context retrieval layer for AI agents and RAG systems. It connects and synchronizes data from various applications, tools, and databases, and provides relevant, real - time, multi - source contextual information to AI agents through a unified search interface.
Python
14.2K
5 points
V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
9.9K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
9.4K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
16.2K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
6.4K
4 points
P
Paperbanana
Python
9.2K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
8.6K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
9.1K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
22.8K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
37.6K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
78.7K
4.3 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
27.1K
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
69.4K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
35.8K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
23.1K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
102.9K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase