Tools
Programs your AIs can work in. A tool is an MCP server - Blender, a browser, a 3D printer, your smart home - that offers actions to an AI. In the app you choose which AIs carry which tools; in a project the AI uses them, and every action goes through your approve step, the same as a file edit, and stays in your records. The app checks what a tool needs and installs it for you where it can - with one click for uv, and through your system's own package manager for git and Node - and fetches the tool itself only when you press Add.
3D printer · Slice, print and watch your printer
DMontgomery40 (community)Community server for OctoPrint, Klipper (Moonraker), Duet, Repetier, Prusa Connect, Creality and Bambu Lab printers: check status, upload and start prints, edit STL files (scale, rotate, section), slice with your slicer. Talks to the printer on your network with the key you give it.
Blender · Scenes, the Python API, code, screenshots, renders
Blender Foundation (Blender Lab)The official Blender Lab MCP server. Analyze a scene and find what is slowing it down, search the Python API and manual, run code in Blender through your approve step, jump the viewport, take a screenshot, render a thumbnail.
Fetch
@ericdorieanLets your AI read a web page as clean text - fetched on your computer, converted to markdown, read in pieces so long pages fit. Ask about an article, some docs, or a price page by pasting the link. Much lighter than a full browser when nothing needs clicking.
FreeCAD · Open-source parametric CAD
neka-nat (community)Drive FreeCAD from a conversation: create and edit parts, read the document, run FreeCAD Python through your approve step. Community server (neka-nat/freecad-mcp); the first rung toward designs that get built.
Home Assistant · Your smart home, from a conversation
Home Assistant (Open Home Foundation)Home Assistant's own MCP server: the AI can see and control what you expose to it - lights, switches, climate, to-do lists - over your network, with a token you create. Nothing leaves your home; every action goes through your approve step.
Playwright · A browser the AI can drive
Microsoft (Playwright)Microsoft's official Playwright MCP server: the AI opens pages, reads them, fills forms and clicks, using a real browser on your computer. The most-used MCP server there is. Every step goes through your approve step.