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., "@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:
HTTP Transport
For HTTP-based MCP clients, add this configuration:
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: Remote MCP SSH Gateway
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 |