SimConnect MCP
Rank #5,273io.github.robin24/simconnect-mcp
MCP server for MSFS SimConnect - full read/write access to SimVars, L-vars and events
SimConnect MCP is a Model Context Protocol (MCP) server published by robin24. It ranks #5,273 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. SimConnect MCP is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 31, 2026 and most recently updated on Sep 1, 2026.
Ranks ahead of 126,773 of 132,046 servers on MCP Toplist.
Use SimConnect MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add simconnect-mcp -- uvx simconnect-mcp[mcp_servers.simconnect-mcp]
command = "uvx"
args = ["simconnect-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"simconnect-mcp": {
"command": "uvx",
"args": [
"simconnect-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"simconnect-mcp": {
"command": "uvx",
"args": [
"simconnect-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"simconnect-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"simconnect-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"simconnect-mcp": {
"command": "uvx",
"args": [
"simconnect-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"simconnect-mcp": {
"command": "uvx",
"args": [
"simconnect-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.robin24%2Fsimconnect-mcp)<a href="https://mcptoplist.com/server/io.github.robin24%2Fsimconnect-mcp"><img src="https://mcptoplist.com/badge/io.github.robin24%2Fsimconnect-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
robin24
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Sep 1, 2026 |
| 1.0.1 | Aug 31, 2026 |
| 1.0.0 | Aug 31, 2026 |
Frequently asked questions
- Who maintains SimConnect MCP?
- SimConnect MCP is maintained by robin24, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is SimConnect MCP listed on the Official MCP Registry?
- Yes — SimConnect MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does SimConnect MCP have?
- MCP Toplist tracks 3 versions of SimConnect MCP, most recently published on Sep 1, 2026.
- Where can I find the source code for SimConnect MCP?
- The source code for SimConnect MCP is hosted at github.com/robin24/simconnect-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.