Compiler Explorer
Rank #296io.github.compiler-explorer/compiler-explorer
Compile code with thousands of compilers, inspect the assembly, and share godbolt.org links
Compiler Explorer is a Model Context Protocol (MCP) server published by compiler-explorer. It ranks #296 of 115,460 servers tracked on MCP Toplist, and its repository has 19,010 GitHub stars. Compiler Explorer is listed on Official MCP, with 1 tracked version. It was first listed on Aug 18, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 115,164 of 115,460 servers on MCP Toplist.
Use Compiler Explorer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http compiler-explorer https://godbolt.org/mcp[mcp_servers.compiler-explorer]
url = "https://godbolt.org/mcp"Add to ~/.codex/config.toml.
https://godbolt.org/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"compiler-explorer": {
"url": "https://godbolt.org/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"compiler-explorer": {
"type": "http",
"url": "https://godbolt.org/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"compiler-explorer": {
"serverUrl": "https://godbolt.org/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"compiler-explorer": {
"url": "https://godbolt.org/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.compiler-explorer%2Fcompiler-explorer)<a href="https://mcptoplist.com/server/io.github.compiler-explorer%2Fcompiler-explorer"><img src="https://mcptoplist.com/badge/io.github.compiler-explorer%2Fcompiler-explorer.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
compiler-explorer
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 18, 2026 |
Frequently asked questions
- Who maintains Compiler Explorer?
- Compiler Explorer is maintained by compiler-explorer, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Compiler Explorer listed on the Official MCP Registry?
- Yes — Compiler Explorer is listed on the Official MCP Registry.
- How many versions does Compiler Explorer have?
- MCP Toplist tracks 1 version of Compiler Explorer, most recently published on Aug 18, 2026.
- Where can I find the source code for Compiler Explorer?
- The source code for Compiler Explorer is hosted at github.com/compiler-explorer/compiler-explorer.