M
Microsoft Flight Simulator SDK
Provides TypeScript-based access to Microsoft Flight Simulator SDK documentation through web scraping and natural language processing, enabling flight simulatio
Share:
About
Provides TypeScript-based access to Microsoft Flight Simulator SDK documentation through web scraping and natural language processing, enabling flight simulation developers to search and retrieve API references, code examples, and technical specifications through conversational queries.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Install Microsoft Flight Simulator SDK
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"microsoft-flight-simulator-sdk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-microsoft-flight-simulator-sdk"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"microsoft-flight-simulator-sdk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-microsoft-flight-simulator-sdk"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"microsoft-flight-simulator-sdk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-microsoft-flight-simulator-sdk"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.