The reputation layer for AI skills, tools & agents

neka-nat/freecad-mcp

Score: 43.3 Rank #932

FreeCAD MCP(Model Context Protocol) server

Overview

neka-nat/freecad-mcp is a Python MCP server licensed under MIT. FreeCAD MCP(Model Context Protocol) server Topics: mcp, claude, freecad.

Ranked #932 out of 25632 indexed tools.

In the top 4% of all indexed tools.

Ecosystem

Python MIT
mcpclaudefreecad

Signal Breakdown

Stars 602
Freshness 1mo ago
Issue Health 56%
Contributors 7
Dependents 0
Forks 115
Description Brief
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 33 days ago — a recent commit would boost your freshness score

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for neka-nat/freecad-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/neka-nat--freecad-mcp)](https://agentrank-ai.com/tool/neka-nat--freecad-mcp)
<a href="https://agentrank-ai.com/tool/neka-nat--freecad-mcp"><img src="https://agentrank-ai.com/api/badge/tool/neka-nat--freecad-mcp" alt="AgentRank"></a>

Matched Queries

"model context protocol""model-context-protocol"

From the README

# FreeCAD MCP

This repository is a FreeCAD MCP that allows you to control FreeCAD from Claude Desktop.

## Demo

### Design a flange

### Design a toy car

### Design a part from 2D drawing

#### Input 2D drawing

#### Demo

This is the conversation history.
https://claude.ai/share/7b48fd60-68ba-46fb-bb21-2fbb17399b48

## Install addon

FreeCAD Addon directory is
* Windows: `%APPDATA%\FreeCAD\Mod\`
* Mac: `~/Library/Application\ Support/FreeCAD/Mod/`
* Linux:
  * Ubuntu: `~/.FreeCAD/Mod/` or `~/snap/freecad/common/Mod/` (if you install FreeCAD from snap)
  * Debian: `~/.local/share/FreeCAD/Mod`

Please put `addon/FreeCADMCP` directory to the addon directory.

```bash
git clone https://github.com/neka-nat/freecad-mcp.git
cd freecad-mcp
cp -r addon/FreeCADMCP ~/.FreeCAD/Mod/
```

When you install addon, you need to restart FreeCAD.
You can select "MCP Addon" from Workbench list and use it.

And you can start RPC server by "Start RPC Server" command in "FreeCAD MCP" toolbar.

## Setting 
Read full README on GitHub →
Are you the maintainer? Claim this listing