★ 6 stars
C#
📦 Other
Updated 1mo ago
This is a mcp project by using c# full stack, also is a tutorial about how to use mcp in revit
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-for-revit": {
"command": "npx",
"args": [
"-y",
"mcp-servers-for-revit/mcp-server-for-revit-dotnet"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-for-revit npx -y mcp-servers-for-revit/mcp-server-for-revit-dotnet
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-for-revit": {
"command": "npx",
"args": [
"-y",
"mcp-servers-for-revit/mcp-server-for-revit-dotnet"
]
}
}
}