ifs-mcp-server-local
Connect Claude to your IFS Cloud instance and interact with your ERP through natural conversation.
README
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.

[!NOTE] This product is not affiliated with IFS. It is a personal project by Damith Jinasena.
[!WARNING] This product is NOT tested in a production environment. It is still a proof of concept for creating a personal AI agent for IFS.
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 |
|---|---|
| Installation | Step-by-step setup: OAuth client, extension install, first authentication |
| Configuration | Skills directory setup and security notes |
Guides
| Document | What's in it |
|---|---|
| Skill Authoring | How to build, update, and share skills — HAR recordings and OpenAPI specs |
Reference
| Document | What's in it |
|---|---|
| Tools & Prompts | Full reference for all tools and prompts |
| Architecture | System design and component overview |
Community
| Document | What's in it |
|---|---|
| Contributing | How to contribute skills, report bugs, or develop the server |
| Security | Data handling, responsible use, and vulnerability reporting |
Built with the help of Claude Code. Shared with love for the IFS Community 💜
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.