ifs-mcp-server-local
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., "@ifs-mcp-server-localShow me all customers created this month."
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.
MCP Server for IFS Cloud
Connect Claude to your IFS Cloud instance and interact with your ERP through natural conversation.
The Idea
What if you could automate your IFS Cloud tasks without buying anything extra? No new subscriptions, no new platforms, no developers needed.
Install the extension, teach Claude some IFS skills, and then use it in your everyday life. Think of it as a coworker who never gets tired of the repetitive stuff.
The best part? You stay in control. You decide what the agent knows, how it behaves, and what it can do — the possibilities are only limited by your imagination.

This product is not affiliated with IFS. It is a personal project byDamith Jinasena.
This product is NOT tested in a production environment. It is still a proof of concept for creating a personal AI agent for IFS.
Related MCP server: Odoo MCP Unified Server
How It Works
Think of the IFS MCP server as a broker between Claude LLM and IFS Cloud. It can translate your questions into IFS API calls and bring the data from IFS. In order to understand what IFS Cloud API to call and to construct the message, it needs to know about the IFS endpoint metadata, what we call as skills.
What is a Skill?
Skill is a plain text .md file which contains instructions on IFS endpoints, their usage and the data structures. MCP server has instructions to create the file. You just need to tell it what you need!
There are several ways of creating a skill:
From a projection name — Just give Claude the IFS projection name. It fetches the live OpenAPI spec and drafts the skill. Best for master data (customers, suppliers, parts).
From a browser recording — Record your workflow in IFS using DevTools (F12 → Network → Save as HAR). Claude extracts the API calls, asks you to explain each step, and builds the skill. Best for multi-step transactional flows.
Import a skill — If a friend or colleague has created an awesome skill, you can import that skill directly from a URL or local path. Have a look in the communty IFS MCP skills. You might find some useful skills.
Once you have the skill created, use it to perform any action supported by the skill.
Eg: If you create a skill from PartHandling projection, you can perform any operation related to parts just by telling claude!
Skills are the brain of the agent. More skills, more things you can do!
Share your skills in IFS MCP Skills so others can use them!
Quick Start
Download the latest
ifs-mcp-server.mcpbfrom GitHub Releases and add it as an extension in Claude desktop.Build your first skill.
Now it's ready to use to perform your IFS tasks in Claude desktop!
See the installation guide → for complete instructions on IFS OAuth client setup, configuration, first authentication, and building your first skill.
Documentation
Getting Started
Document | What's in it |
Step-by-step setup: OAuth client, extension install, first authentication | |
Skills directory setup and security notes |
Guides
Document | What's in it |
How to build, update, and share skills — HAR recordings and OpenAPI specs |
Reference
Document | What's in it |
Full reference for all tools and prompts | |
System design and component overview |
Community
Document | What's in it |
How to contribute skills, report bugs, or develop the server | |
Data handling, responsible use, and vulnerability reporting |
Built with the help of Claude Code. Shared with love for the IFS Community 💜
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/knakit/ifs-mcp-server-local'
If you have feedback or need assistance with the MCP directory API, please join our Discord server