home / mcp / msfs sdk mcp server
Provides fast, structured access to MSFS SDK docs via MCP, with search, categories, and NLP queries.
Configuration
View docs{
"mcpServers": {
"90barricade93-msfs-sdk-mcp": {
"command": "node",
"args": [
"path/to/msfs-sdk-mcp/dist/index.js"
]
}
}
}You can run a modern MCP server that exposes Microsoft Flight Simulator SDK documentation to AI assistants and tools. It provides fast, structured access through real-time search, multiple categories, and natural language queries, letting you locate and retrieve documentation content efficiently for your MCP-enabled workflows.
Start the MCP server locally and connect your MCP-compatible client. You will be able to search the MSFS SDK documentation in real time, browse by contents, index, glossary, or all categories, and fetch detailed content from specific pages. Use natural language queries to refine results and receive structured responses that include titles, URLs, and descriptions.
Prerequisites you need before installing include Node.js 18.x or higher, npm 8.x or higher, and TypeScript 5.x. Install these on your system to ensure compatibility with the MCP server.
Install dependencies, build, and start the MCP server using the commands shown in the setup sequence. The server can be run in a local environment and wired to MCP clients that support the standard MCP connection model.
{
"mcpServers": {
"msfs_sdk": {
"command": "node",
"args": ["path/to/msfs-sdk-mcp/dist/index.js"]
}
}
}- Run in development mode while iterating on features, then start a production-ready instance for long-term usage. - Expose the MCP server to your client environment via the configured stdio path, or run it locally and connect through your clientβs MCP interface. - Combine real-time search with detailed content retrieval to assemble precise documentation references for your workflows.
Search MSFS SDK documentation across contents, index, glossary, or all categories with optional limit.
Retrieve detailed content from a documentation page given its URL and a specific section.
Show all available search categories for documentation queries.
List items within a chosen category to browse results.
Process natural language queries to perform more intuitive searches.