Nexi Xpay
Rank #38,648io.github.stucchi/nexi-xpay
MCP server providing nexi-xpay capabilities
Nexi Xpay is a Model Context Protocol (MCP) server published by stucchi. It ranks #38,648 of 115,591 servers tracked on MCP Toplist. Nexi Xpay is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Feb 13, 2026 and most recently updated on Feb 22, 2026.
Ranks ahead of 76,943 of 115,591 servers on MCP Toplist.
Use Nexi Xpay
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add nexi-xpay -- uvx nexi-xpay-mcp-server[mcp_servers.nexi-xpay]
command = "uvx"
args = ["nexi-xpay-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"nexi-xpay": {
"command": "uvx",
"args": [
"nexi-xpay-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"nexi-xpay": {
"command": "uvx",
"args": [
"nexi-xpay-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"nexi-xpay": {
"type": "stdio",
"command": "uvx",
"args": [
"nexi-xpay-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"nexi-xpay": {
"command": "uvx",
"args": [
"nexi-xpay-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nexi-xpay": {
"command": "uvx",
"args": [
"nexi-xpay-mcp-server"
]
}
}
}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.stucchi%2Fnexi-xpay)<a href="https://mcptoplist.com/server/io.github.stucchi%2Fnexi-xpay"><img src="https://mcptoplist.com/badge/io.github.stucchi%2Fnexi-xpay.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
stucchi
Other servers by stucchi
- Db#18,017 · 12 vers
- Trello#21,023 · 8 vers
- MCP Advisor#25,877 · 9 vers
- Domain Check#35,347 · 4 vers
- Italy Opendata#38,647 · 3 vers
- Google Analytics#43,436 · 2 vers
- Telnyx#44,428 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.2.1 | Feb 22, 2026 |
| 1.2.0 | Feb 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Nexi Xpay?
- Nexi Xpay is maintained by stucchi, which publishes 8 MCP servers (43 total versions) tracked on MCP Toplist.
- Is Nexi Xpay listed on the Official MCP Registry?
- Yes — Nexi Xpay is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Nexi Xpay have?
- MCP Toplist tracks 3 versions of Nexi Xpay, most recently published on Feb 22, 2026.
- Where can I find the source code for Nexi Xpay?
- The source code for Nexi Xpay is hosted at github.com/stucchi/nexi-xpay-mcp-server.