MCP Server
Active
MIT
MCP CAD Studio MCP Server
io.github.mario-andreschak/mcp-cad-studio
What is the MCP CAD Studio MCP server?
A self-contained parametric CAD studio MCP server with an interactive MCP App.
How to install MCP CAD Studio
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-cad-studio": {
"command": "npx",
"args": [
"-y",
"mcp-cad-studio",
"--stdio"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-cad-studio": {
"command": "npx",
"args": [
"-y",
"mcp-cad-studio",
"--stdio"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-cad-studio": {
"command": "npx",
"args": [
"-y",
"mcp-cad-studio",
"--stdio"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-cad-studio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-cad-studio",
"--stdio"
]
}
}
}Claude Code
claude mcp add mcp-cad-studio -- npx -y mcp-cad-studio --stdioRelated MCP servers
MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems
180
View repository →TypeScript
MIT
ABAP ADT MCP server for reading SAP objects (programs, classes, tables, CDS) via ADT
174
View repository →TypeScript
MIT
WhatsApp Web MCP Server
Maintained
MCP server for WhatsApp via whatsapp-web.js: send/receive messages, media, chats, groups, contacts
19
View repository →TypeScript
MIT
MCP Audio Studio
Active
A digital audio workstation MCP App with sequencing, mixing, effects, automation, and rendering.
0
View repository →TypeScript
MIT