Admina MCP Server
par moneyforward-i
MCP server for the Admina IT management platform — manage devices, identities, services, and SaaS accounts via AI.
What it does
Admina MCP Server connects AI assistants to the Admina IT asset and identity management platform by Money Forward. It exposes a comprehensive set of tools for managing organization devices, employee identities, SaaS service accounts, and custom field configurations. You can search, create, update, and delete devices and identities, bulk-merge people records, and audit change history — all through natural-language commands in your IDE.
Tools
- get_organization_info — Retrieve organization name, status, and system language.
- get_devices — List devices with advanced search and filtering.
- create_device — Create a new device (type, asset number, model).
- update_device — Update device fields and custom fields.
- update_device_meta — Update device assignment and location metadata.
- get_device_custom_fields — List all custom fields for devices.
- create_device_custom_field — Add a new device custom field.
- update_device_custom_field — Modify a device custom field.
- delete_device_custom_field — Remove a device custom field.
- get_identities — List identities with search and filtering.
- create_identity — Create an identity (name, status, type required).
- get_identity — Get a single identity by ID.
- update_identity — Update an existing identity.
- delete_identity — Delete an identity by ID.
- get_identity_field_configuration — View org-wide identity field config.
- get_identity_config — Get field config for a specific identity.
- check_identity_management_type — Determine management type by email or ID.
- get_identities_stats — Get identity statistics (management types, domains, HR integration).
- merge_identities — Batch-merge up to 50 identity pairs.
- unmerge_identities — Batch-unmerge previously merged identities.
- bulk_update_identities — Apply field updates to up to 50 identities at once.
- get_identity_history — Paginated change history for an identity.
- archive_identity — Toggle archive status on an identity.
- unregister_identity — Toggle unregistered management type.
- get_services — List organization SaaS service integrations.
- get_service_accounts — List accounts for a specific service.
- get_people_accounts — List all SaaS accounts for a person.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"admina-mcp-server": {
"command": "npx",
"args": ["-y", "@moneyforward_i/admina-mcp-server"],
"env": {
"ADMINA_ORGANIZATION_ID": "<your-org-id>",
"ADMINA_API_KEY": "<your-api-key>"
}
}
}
}
You'll need an Admina organization ID and API key — see the Getting Started Guide.
Supported hosts
- Claude Desktop
- Cursor







