Revit MCP
Rank #1,576io.github.shuotao/revit-mcp-server
MCP Server for Revit integration - AI-Powered Revit Control
Revit MCP is a Model Context Protocol (MCP) server published by shuotao. It ranks #1,576 of 132,113 servers tracked on MCP Toplist, and its repository has 101 GitHub stars. Revit MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Dec 11, 2025 and most recently updated on Jul 31, 2026.
Ranks ahead of 130,537 of 132,113 servers on MCP Toplist.
Use Revit MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add revit-mcp-server -- npx -y @shuotao/revit-mcp-server[mcp_servers.revit-mcp-server]
command = "npx"
args = ["-y", "@shuotao/revit-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"revit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@shuotao/revit-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"revit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@shuotao/revit-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"revit-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@shuotao/revit-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"revit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@shuotao/revit-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"revit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@shuotao/revit-mcp-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.shuotao%2Frevit-mcp-server)<a href="https://mcptoplist.com/server/io.github.shuotao%2Frevit-mcp-server"><img src="https://mcptoplist.com/badge/io.github.shuotao%2Frevit-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
shuotao
Other servers by shuotao
View all shuotao servers →Available versions (4)
| Version | Published |
|---|---|
| 1.6.0 | Jul 31, 2026 |
| 1.0.2 | Jul 16, 2026 |
| 1.0.1 | Jul 16, 2026 |
| 1.0.0 | Jul 16, 2026 |
Frequently asked questions
- Who maintains Revit MCP?
- Revit MCP is maintained by shuotao, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Revit MCP listed on the Official MCP Registry?
- Yes — Revit MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Revit MCP have?
- MCP Toplist tracks 4 versions of Revit MCP, most recently published on Jul 31, 2026.
- Where can I find the source code for Revit MCP?
- The source code for Revit MCP is hosted at github.com/shuotao/revit_mcp_study.
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.