ALM X++ MCP Server
Rank #5,371io.github.alimbenhelal-pro/alm-xpp-mcp
D365 F&O: 90 AI tools over 200K+ objects, 25M+ cross-refs, 24M+ label translations.
ALM X++ MCP Server is a Model Context Protocol (MCP) server published by alimbenhelal-pro. It ranks #5,371 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. ALM X++ MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 8 tracked versions. It was first listed on Mar 8, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 110,089 of 115,460 servers on MCP Toplist.
Use ALM X++ MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http alm-xpp-mcp https://api.almxpp.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add alm-xpp-mcp -e "ALMXPPMCP_API_KEY=<your ALMXPPMCP_API_KEY>" -- npx -y almxppmcpReplace each placeholder with your own value before saving.
[mcp_servers.alm-xpp-mcp]
url = "https://api.almxpp.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.alm-xpp-mcp]
command = "npx"
args = ["-y", "almxppmcp"]
[mcp_servers.alm-xpp-mcp.env]
ALMXPPMCP_API_KEY = "<your ALMXPPMCP_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.almxpp.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"alm-xpp-mcp": {
"command": "npx",
"args": [
"-y",
"almxppmcp"
],
"env": {
"ALMXPPMCP_API_KEY": "<your ALMXPPMCP_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"alm-xpp-mcp": {
"url": "https://api.almxpp.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"alm-xpp-mcp": {
"command": "npx",
"args": [
"-y",
"almxppmcp"
],
"env": {
"ALMXPPMCP_API_KEY": "<your ALMXPPMCP_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"alm-xpp-mcp": {
"type": "http",
"url": "https://api.almxpp.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"alm-xpp-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"almxppmcp"
],
"env": {
"ALMXPPMCP_API_KEY": "<your ALMXPPMCP_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"alm-xpp-mcp": {
"serverUrl": "https://api.almxpp.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"alm-xpp-mcp": {
"command": "npx",
"args": [
"-y",
"almxppmcp"
],
"env": {
"ALMXPPMCP_API_KEY": "<your ALMXPPMCP_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"alm-xpp-mcp": {
"url": "https://api.almxpp.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"alm-xpp-mcp": {
"command": "npx",
"args": [
"-y",
"almxppmcp"
],
"env": {
"ALMXPPMCP_API_KEY": "<your ALMXPPMCP_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alimbenhelal-pro%2Falm-xpp-mcp)<a href="https://mcptoplist.com/server/io.github.alimbenhelal-pro%2Falm-xpp-mcp"><img src="https://mcptoplist.com/badge/io.github.alimbenhelal-pro%2Falm-xpp-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
alimbenhelal-pro
Available versions (8)
| Version | Published |
|---|---|
| 1.5.1 | Aug 21, 2026 |
| 1.5.0 | Aug 19, 2026 |
| 1.4.3 | Aug 18, 2026 |
| 1.4.2 | Aug 15, 2026 |
| 1.2.0 | Mar 13, 2026 |
| 1.1.0 | Mar 8, 2026 |
| 1.0.0 | Mar 8, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains ALM X++ MCP Server?
- ALM X++ MCP Server is maintained by alimbenhelal-pro, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is ALM X++ MCP Server listed on the Official MCP Registry?
- Yes — ALM X++ MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does ALM X++ MCP Server have?
- MCP Toplist tracks 8 versions of ALM X++ MCP Server, most recently published on Aug 21, 2026.
- Where can I find the source code for ALM X++ MCP Server?
- The source code for ALM X++ MCP Server is hosted at github.com/alimbenhelal-pro/alm-xpp-mcp.