Bimwright MCP Server
Rank #4,351io.github.bimwright/rvt-mcp
MCP gateway for Autodesk Revit 2022-2027 - toolset gating + Transaction-safe batch execution.
Bimwright MCP Server is a Model Context Protocol (MCP) server published by bimwright. It ranks #4,351 of 115,591 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. Bimwright MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Apr 17, 2026 and most recently updated on Apr 27, 2026.
Ranks ahead of 111,240 of 115,591 servers on MCP Toplist.
Use Bimwright MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rvt-mcp -- dnx Bimwright.Rvt.Server[mcp_servers.rvt-mcp]
command = "dnx"
args = ["Bimwright.Rvt.Server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"rvt-mcp": {
"command": "dnx",
"args": [
"Bimwright.Rvt.Server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rvt-mcp": {
"command": "dnx",
"args": [
"Bimwright.Rvt.Server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rvt-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"Bimwright.Rvt.Server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rvt-mcp": {
"command": "dnx",
"args": [
"Bimwright.Rvt.Server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rvt-mcp": {
"command": "dnx",
"args": [
"Bimwright.Rvt.Server"
]
}
}
}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.bimwright%2Frvt-mcp)<a href="https://mcptoplist.com/server/io.github.bimwright%2Frvt-mcp"><img src="https://mcptoplist.com/badge/io.github.bimwright%2Frvt-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
bimwright
Other servers by bimwright
View all bimwright servers →Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | Apr 27, 2026 |
| 0.2.0 | Apr 21, 2026 |
| 0.1.0 | Apr 17, 2026 |
Frequently asked questions
- Who maintains Bimwright MCP Server?
- Bimwright MCP Server is maintained by bimwright, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Bimwright MCP Server listed on the Official MCP Registry?
- Yes — Bimwright MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Bimwright MCP Server have?
- MCP Toplist tracks 3 versions of Bimwright MCP Server, most recently published on Apr 27, 2026.
- Where can I find the source code for Bimwright MCP Server?
- The source code for Bimwright MCP Server is hosted at github.com/bimwright/rvt-mcp.