Free, community-built MCP server for Stibo Systems STEP — connect any AI assistant to your STEP MDM/PIM instance
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"stibo-step-mcp-serve": {
"command": "npx",
"args": [
"-y",
"akash25de/stibo-step-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add stibo-step-mcp-serve npx -y akash25de/stibo-step-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"stibo-step-mcp-serve": {
"command": "npx",
"args": [
"-y",
"akash25de/stibo-step-mcp-server"
]
}
}
}