SCIM MCP Server
Click on "Deploy 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., "@SCIM MCP Serverlist all users in the engineering department"
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.
SCIM MCP Server
A Model Context Protocol (MCP) server that bridges SCIM 2.0 APIs, allowing MCP clients to interact with SCIM resources through standardized tools.
🚀SCIM Playground: Test this SCIM MCP server live in the SCIM Playground before integrating it with your own SCIM server.
Usage
Stdio Transport
Add this configuration to your MCP client's configuration file:
{
"mcpServers": {
"scim": {
"command": "npx",
"args": ["github:limosa-io/mcp-scim", "--stdio"],
"env": {
"SCIM_URL": "https://your-scim-server.com",
"SCIM_AUTH_TOKEN": "your-bearer-token"
}
}
}
}HTTP Transport
For HTTP-based MCP clients, add this configuration:
{
"mcpServers": {
"scim": {
"url": "http://localhost:3000/mcp",
"headers": {
"Authorization": "Bearer your-token"
},
"type": "http"
}
}
}Note: Make sure to start the HTTP server first using
npx github:limosa-io/mcp-scim(without --stdio flag). Please set the environment variableSCIM_URLand optionallyPORT.
Related MCP server: Open Policy Agent (OPA) REST API MCP Server
Available Tools
Tool | Description |
| List available SCIM resource types |
| Get SCIM schemas and attribute definitions |
| Get server capabilities and configuration |
| Query resources with filtering and pagination |
| Retrieve a specific resource by ID |
| Create a new SCIM resource |
| Update an existing resource (PUT) |
| Modify a resource with specific operations (PATCH) |
| Delete a resource |
| Perform multiple operations in a single request |
Development
Local Development Setup
git clone git@github.com:limosa-io/mcp-scim.git
cd mcp-scim
npm installDevelopment Commands
npm run dev:watch # Auto-reload on file changes
npm run dev # Run once in development mode
npm run build # Compile TypeScript to JavaScript
npm start # Run the compiled versionThis server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP (Multi-Agent Conversation Protocol) server that enables interaction with Google's Managed Service for Microsoft Active Directory through its OpenAPI, allowing users to manage identity resources through natural language.-
- FlicenseNot gradedqualityDmaintenanceAn MCP Server that enables natural language interaction with the Open Policy Agent REST API, allowing users to manage policies, decisions, and data through conversational interfaces.1-
- FlicenseBqualityNot gradedmaintenanceAn MCP server that enables interaction with SailPoint IdentityNow and Identity Security Cloud for identity governance and access management. It provides comprehensive tools to manage identities, accounts, roles, workflows, and certifications through API integration.36-
- AlicenseNot gradedqualityDmaintenanceMCP server for SailPoint IdentityIQ 8.5 that enables searching and requesting roles and entitlements through SCIM 2.0 from AI clients.MIT