Odoo Manufacturing Connector for AI agents.
7 live capabilities
Manage your production orders and BOMs through a conversational interface.
Waiting for input…
Why people use Odoo Manufacturing
Odoo Manufacturing for Production Planning
This Connector changes that by letting you just ask your AI agent for the info. Instead of hunting for a production status, you get a summary of active work orders and machine capacity in one place. You get your time back to focus on actual production instead of data entry.
What Vinkius changes
That you get a conversational interface for your Odoo ERP manufacturing and sales data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Production Planning
A manager asks what materials are needed for a 500-unit run and uses odoo_get_bom_components to get a parts list.
- Real-world use case 02
Shop Floor Monitoring
A supervisor asks for all orders currently in the progress state to see where bottlenecks are occurring.
- Real-world use case 03
Order Entry
A sales rep creates a new manufacturing order for a custom job using odoo_create_manufacturing_order after a client call.
Complete set · 7capabilities
The complete Odoo Manufacturing capability set.
These are the exact actions your AI can choose when you ask it to work with Odoo Manufacturing.
01—04
4 capabilities in this set.
Part of 7 available through Odoo Manufacturing.
- 01 Capability
Odoo create manufacturing order
Create a new production record in draft state with a specific product and quantity. The system automatically picks the right recipe to get your production started.
- 02 Capability
Odoo get bom components
Retrieve the full list of raw materials and quantities for a specific Bill of Materials. Use this to verify component needs before starting a run.
- 03 Capability
Odoo get manufacturing order
Get every detail for a specific production order, including progress and planned dates. This helps you drill down into specific order statuses.
- 04 Capability
Odoo list boms
List all manufacturing recipes, including finished products, quantities, and types. Use this to find the correct BOM ID for new orders.
05—07
3 capabilities in this set.
Part of 7 available through Odoo Manufacturing.
- 05 Capability
Odoo list manufacturing orders
View all active production orders across the shop floor with their current status. This gives you a high level view of your manufacturing backlog.
- 06 Capability
Odoo list work centers
See all physical and logical production stations, including their capacity and status. This helps you plan where to route your next production run.
- 07 Capability
Odoo list work orders
List individual production steps and their current progress on the shop floor. This is perfect for tracking specific tasks like cutting or assembly.
Set up in minutes
One URL. Then ask Odoo Manufacturing to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Odoo Manufacturing from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bxBx1z4pvBIJshFfmTqWy2tsNRIaq2eaAEbPhSWt/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Odoo Manufacturing, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Odoo Manufacturing for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bxBx1z4pvBIJshFfmTqWy2tsNRIaq2eaAEbPhSWt/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Odoo Manufacturing URL.
- Step 03
Save and start
Save the connection and enable Odoo Manufacturing in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"odoo-manufacturing": {
"url": "https://edge.vinkius.com/vk_preview_bxBx1z4pvBIJshFfmTqWy2tsNRIaq2eaAEbPhSWt/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Odoo Manufacturing
Open Agent mode in chat and ask: "Using Odoo Manufacturing, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"odoo-manufacturing": {
"url": "https://edge.vinkius.com/vk_preview_bxBx1z4pvBIJshFfmTqWy2tsNRIaq2eaAEbPhSWt/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Odoo Manufacturing
Ask Copilot: "Using Odoo Manufacturing, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"odoo-manufacturing": {
"url": "https://edge.vinkius.com/vk_preview_bxBx1z4pvBIJshFfmTqWy2tsNRIaq2eaAEbPhSWt/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Odoo Manufacturing
Open Cascade and ask: "Using Odoo Manufacturing, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"odoo-manufacturing": {
"url": "https://edge.vinkius.com/vk_preview_bxBx1z4pvBIJshFfmTqWy2tsNRIaq2eaAEbPhSWt/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Odoo Manufacturing
Ask Cline: "Using Odoo Manufacturing, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add odoo-manufacturing --transport http "https://edge.vinkius.com/vk_preview_bxBx1z4pvBIJshFfmTqWy2tsNRIaq2eaAEbPhSWt/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Odoo Manufacturing
Ask Claude: "Using Odoo Manufacturing, show me...". 7 tools are ready
Where the request belongs
Work Odoo can move forward.
This is for production managers and shop floor supervisors who are tired of manual data entry and constantly jumping between different ERP tabs to find order statuses.
Production Planner
Checks BOM components and schedules manufacturing orders without opening the full Odoo dashboard.
Shop Floor Supervisor
Monitors active work orders and work center status in real-time to identify bottlenecks.
Sales Representative
Creates leads and checks sales order details quickly during client calls.
Odoo Administrator
Queries specific module data using natural language instead of complex filters.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMRPeasy
Manage manufacturing and inventory via MRPeasy. track customer orders, MOs, and stock items directly from your AI agent.
Unleashed
Automate inventory, assemblies, and customer management via Unleashed. query BOMs, list invoices, and manage customers directly from any AI agent.
Katana
Automate manufacturing ERP workflows, sales orders, and inventory via Katana Cloud Manufacturing.
Factor (Cofactr)
Automate supply chain operations via Factor (Cofactr). manage parts, purchase orders, and inventory directly through your AI agent.
Fusion Operations
Optimize factory floor operations with real-time production tracking, worker scheduling, and quality control automation.
Megaventory
Track inventory across multiple warehouses, manage purchase orders, and coordinate manufacturing with a cloud ERP for SMBs.
Bring your own AI
Change the model, client or framework. Keep Odoo connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Odoo.
The practical details behind the request, access and result.
Can the Odoo Manufacturing MCP create new production orders?
Yes, it creates manufacturing orders in a draft state. It automatically selects the default Bill of Materials so you do not have to find the ID manually.
How does the Odoo Manufacturing MCP help with production planning?
It lets you pull component lists and view work center capacities. This helps you see if you have enough materials and machine time before starting a run.
Can I see what's happening on the shop floor with the Odoo Manufacturing MCP?
Yes, you can list all active work orders. It shows you which products are being made, which station they are at, and how long they are expected to take.
Does the Odoo Manufacturing MCP work with my existing Odoo ERP?
It connects to your Odoo instance to manage manufacturing and sales modules. You will need your Odoo credentials to link it through Vinkius.
Can I use the Odoo Manufacturing MCP to manage my sales leads?
Yes, it includes capabilities to search and create leads and manage sales orders. It is a great way to handle the front-end of your business alongside production.
What is a BOM in the context of the Odoo Manufacturing MCP?
A Bill of Materials is your product recipe. The Connector lets you list all recipes and see the specific raw materials required for each finished good.
Which Odoo versions are supported?
This server uses the JSON-RPC protocol, which is compatible with Odoo 14, 15, 16, 17, and 18. Both Odoo Community and Enterprise editions are supported.
Does it work with Odoo.com (SaaS)?
Yes! Works with both Odoo.com hosted instances and self-hosted Odoo servers. Just provide your instance URL and API key.
How do I generate an API Key?
Go to Settings → Users → select your user → API Keys tab → New API Key. Give it a descriptive name and copy the generated key.
One connection away
Give your agent a direct line to Odoo.
Connect Odoo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available