Hammer MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hammer MCPdraft a rectangle of 80x60 mm and extrude to 15 mm"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hammer MCP
Hammer MCP is a standalone Model Context Protocol server for generating CAD files. It exposes DXF and OpenSCAD operations to MCP clients. Check CLI version for CLI interactions
Capabilities
DXF drafting, saving, and PNG previews.
OpenSCAD primitives, extrusion, Boolean operations, PNG rendering, and STL/3MF/OFF export.
Local Ollama planning for multi-step natural-language requests.
Guarded scripting with audit logging.
Related MCP server: 3D MCP Server
Install and run
python -m pip install -e ".[dev]"
hammer-cad-mcpFor an uninstalled checkout:
$env:PYTHONPATH = "src"
python -m hammer_cad_mcp.serverThe server uses MCP stdio transport and waits silently when started directly.
MCP client configuration
{
"mcpServers": {
"hammer-cad": {
"command": "python",
"args": ["-m", "hammer_cad_mcp.server"],
"cwd": "C:\\path\\to\\HammerMCP",
"env": {
"PYTHONPATH": "C:\\path\\to\\HammerMCP\\src"
}
}
}
}Natural-language planning defaults to local llama3:latest through Ollama.
Change the model or URL in config/config.json.
Test
python -m pytest -q
python scripts\mcp_smoke_test.pyGenerated files are written to output/.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables AI-powered parametric CAD design in Autodesk Fusion 360 through natural language commands. Supports multiple AI backends (Ollama, OpenAI, Gemini, Claude) with intelligent routing and safety validation for geometric operations.Last updated12MIT
- Alicense-qualityDmaintenanceEnables AI-driven 3D model generation and manipulation using OpenSCAD through natural language commands. Users can create primitives, apply transformations, perform boolean operations, and export models to various formats like STL and OBJ.Last updated30MIT
- Alicense-qualityCmaintenanceEnables automated CAD operations via natural language, supporting both AutoCAD LT on Windows and headless DXF generation on any platform.Last updatedMIT
- Alicense-qualityCmaintenanceEnables LLMs to safely generate parametric CAD parts (STEP/STL) using verified templates and FreeCAD, with validation and assembly support.Last updatedMIT
Related MCP Connectors
DXF drawings for AI agents: structured facts, PNG renders, and an interactive in-chat viewer.
Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RohanOnKeys/Hammer-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server