MSFS SDK MCP Server

MSFS SDK MCP Server

A modern MCP server that provides fast, structured access to Microsoft Flight Simulator SDK documentation through natural language and structured queries.

Category
访问服务器

Tools

search_msfs_docs

Search MSFS SDK documentation for specific topics

get_doc_content

Get detailed content from a specific MSFS SDK documentation page

list_categories

List all available MSFS SDK documentation categories

natural_language_query

Process natural language queries like "Search livery op msfs sdk"

list_category_items

Returns all items for a given documentation category

README

MSFS SDK MCP Server

Node.js TypeScript MCP License Build

A modern, performant MCP server for fast, structured access to Microsoft Flight Simulator SDK documentation via natural language and structured queries.

<a href="https://glama.ai/mcp/servers/@90barricade93/MSFS-SDK-MCP"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@90barricade93/MSFS-SDK-MCP/badge" alt="MSFS SDK Server MCP server" /> </a>

🚀 Features

  • ⚡️ Real-time documentation search in the official MSFS SDK documentation
  • 📚 Multiple search categories: contents, index, glossary, all
  • 🧠 Natural language processing: queries like "Search livery op msfs sdk"
  • 📊 Structured results: titles, URLs, descriptions, categories
  • 📄 Detailed content retrieval from specific documentation pages
  • 🔌 Full MCP compatibility with AI assistants and tools
  • 💾 Embedded data: no external files needed
  • 🛡️ Robust error handling and logging

🛠️ Tech Stack

  • Runtime: Node.js 18+
  • Language: TypeScript 5.0
  • Framework: Model Context Protocol (MCP)
  • HTTP Client: node-fetch
  • HTML Parser: Cheerio
  • Browser Automation: Puppeteer (optional)
  • Build Tool: TypeScript Compiler

📋 Requirements

  • Node.js 18.x or higher
  • npm 8.x or higher
  • TypeScript 5.x

🚀 Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/msfs-sdk-mcp.git
    cd msfs-sdk-mcp
    
  2. Install dependencies:

    npm install
    
  3. Build the project:

    npm run build
    
  4. Start the server:

    npm start
    

🔧 Available Tools

Tool Description Parameters
search_msfs_docs 🔍 Search MSFS SDK documentation query, category, limit
get_doc_content 📄 Retrieve detailed content url, section
list_categories 📚 Show all search categories -
list_category_items 📋 List items per category category
natural_language_query 🧠 Natural language queries query

🏷️ Search Categories

  • contents - 📖 Main documentation content
  • index - 📇 Documentation index entries
  • glossary - 📚 Technical terms and definitions
  • all - 🌐 Search across all categories (default: index)

🔌 Integration with AI Assistants

This server works with MCP-compatible AI assistants such as:

  • 🤖 Claude Desktop - Official MCP support
  • 🌊 Windsurf IDE - Built-in MCP integration
  • 🔧 Other MCP clients - All MCP-compatible tools

⚙️ Configuration Example

{
  "mcpServers": {
    "msfs-sdk": {
      "command": "node",
      "args": ["path/to/msfs-sdk-mcp/dist/index.js"]
    }
  }
}

📁 Project Structure

msfs-sdk-mcp/
├── 📄 package.json             # Dependencies and scripts
├── 📄 tsconfig.json            # TypeScript configuration
├── 📄 README.md               # Project documentation
├── 📄 LICENSE                 # MIT License
├── 📂 src/
│   ├── 📄 index.ts            # 🚀 Main MCP server
│   └── 📂 services/
│       ├── 📄 documentationService.ts  # 🔍 Search logic
│       └── 📄 naturalLanguageService.ts # 🧠 NLP processing
└── 📂 dist/                   # 🏗️ Compiled JavaScript

🧪 Development & Scripts

Script Description Command
🏗️ Build Compile TypeScript npm run build
👀 Dev Watch mode development npm run dev
🚀 Start Start MCP server npm start
🔍 Type Check TypeScript validation npx tsc --noEmit

📚 API Reference

📈 Tool Examples

🔍 search_msfs_docs

{
  "name": "search_msfs_docs",
  "arguments": {
    "query": "livery",
    "category": "all",
    "limit": 10
  }
}

📋 list_category_items

{
  "name": "list_category_items",
  "arguments": {
    "category": "glossary"
  }
}

📄 get_doc_content

{
  "name": "get_doc_content",
  "arguments": {
    "url": "https://docs.flightsimulator.com/html/...",
    "section": "overview"
  }
}

🌐 Search URL Format

https://docs.flightsimulator.com/html/Introduction/Introduction.htm?rhsearch={query}&agt={category}

Parameters:

  • {query} - 🔍 Search term (URL-encoded)
  • {category} - 🏷️ Optional category (index, glossary, or empty for contents)

📊 Response Format

{
  "content": [
    {
      "type": "text",
      "text": "**Title**\n- Category: category\n- URL: url\n- Description: description"
    }
  ]
}

🤝 Contributing

  1. 🍴 Fork this repository
  2. 🌱 Create a feature branch: git checkout -b feature-name
  3. Implement and test your changes
  4. 📝 Commit with clear message: git commit -am 'Add new feature'
  5. 🚀 Push to your branch: git push origin feature-name
  6. 📩 Open a Pull Request

📅 Commit Convention

  • feat: - New features
  • fix: - Bug fixes
  • docs: - Documentation updates
  • refactor: - Code refactoring
  • test: - Test additions

📄 License

MIT License – See LICENSE file for details.

📞 Support & Contact

📅 Changelog

v1.0.0 - 🎉 Initial Release

  • Initial release - Complete MCP server implementation
  • 🔍 Real-time documentation search - Fast access to MSFS SDK docs
  • 📚 Multiple search categories - Contents, index, glossary support
  • 🧠 Natural language processing - Intuitive query processing
  • 🔌 MCP standard support - Full compatibility
  • 💾 Embedded data - No external dependencies

⚠️ Disclaimer

This is an unofficial tool, not affiliated with Microsoft or Microsoft Flight Simulator. Provides access to public documentation via the official MSFS SDK website.

🚀 Happy Flying! ✈️


<div align="center">

GitHub forks   © 90barricade93 - aero-ai-solutions.com   GitHub stars

</div>

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选