DePix App MCP
Rank #4,074io.github.depixapp/depix-mcp
One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (62).
DePix App MCP is a Model Context Protocol (MCP) server published by depixapp. It ranks #4,074 of 132,046 servers tracked on MCP Toplist. DePix App MCP is listed across 2 registries — Official MCP and Glama, with 23 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Sep 4, 2026.
Ranks ahead of 127,972 of 132,046 servers on MCP Toplist.
Use DePix App MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http depix-mcp https://mcp.depixapp.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add depix-mcp -e "DEPIX_API_KEY=<your DEPIX_API_KEY>" -e "DEPIX_WALLET_PASSPHRASE=<your DEPIX_WALLET_PASSPHRASE>" -e "DEPIX_WALLET_DIR=<your DEPIX_WALLET_DIR>" -- npx -y @depixapp/mcpReplace each placeholder with your own value before saving.
[mcp_servers.depix-mcp]
url = "https://mcp.depixapp.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.depix-mcp]
command = "npx"
args = ["-y", "@depixapp/mcp"]
[mcp_servers.depix-mcp.env]
DEPIX_API_KEY = "<your DEPIX_API_KEY>"
DEPIX_WALLET_PASSPHRASE = "<your DEPIX_WALLET_PASSPHRASE>"
DEPIX_WALLET_DIR = "<your DEPIX_WALLET_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.depixapp.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"depix-mcp": {
"command": "npx",
"args": [
"-y",
"@depixapp/mcp"
],
"env": {
"DEPIX_API_KEY": "<your DEPIX_API_KEY>",
"DEPIX_WALLET_PASSPHRASE": "<your DEPIX_WALLET_PASSPHRASE>",
"DEPIX_WALLET_DIR": "<your DEPIX_WALLET_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"depix-mcp": {
"url": "https://mcp.depixapp.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": {
"depix-mcp": {
"command": "npx",
"args": [
"-y",
"@depixapp/mcp"
],
"env": {
"DEPIX_API_KEY": "<your DEPIX_API_KEY>",
"DEPIX_WALLET_PASSPHRASE": "<your DEPIX_WALLET_PASSPHRASE>",
"DEPIX_WALLET_DIR": "<your DEPIX_WALLET_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"depix-mcp": {
"type": "http",
"url": "https://mcp.depixapp.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"depix-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@depixapp/mcp"
],
"env": {
"DEPIX_API_KEY": "<your DEPIX_API_KEY>",
"DEPIX_WALLET_PASSPHRASE": "<your DEPIX_WALLET_PASSPHRASE>",
"DEPIX_WALLET_DIR": "<your DEPIX_WALLET_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"depix-mcp": {
"serverUrl": "https://mcp.depixapp.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"depix-mcp": {
"command": "npx",
"args": [
"-y",
"@depixapp/mcp"
],
"env": {
"DEPIX_API_KEY": "<your DEPIX_API_KEY>",
"DEPIX_WALLET_PASSPHRASE": "<your DEPIX_WALLET_PASSPHRASE>",
"DEPIX_WALLET_DIR": "<your DEPIX_WALLET_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"depix-mcp": {
"url": "https://mcp.depixapp.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"depix-mcp": {
"command": "npx",
"args": [
"-y",
"@depixapp/mcp"
],
"env": {
"DEPIX_API_KEY": "<your DEPIX_API_KEY>",
"DEPIX_WALLET_PASSPHRASE": "<your DEPIX_WALLET_PASSPHRASE>",
"DEPIX_WALLET_DIR": "<your DEPIX_WALLET_DIR>"
}
}
}
}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.depixapp%2Fdepix-mcp)<a href="https://mcptoplist.com/server/io.github.depixapp%2Fdepix-mcp"><img src="https://mcptoplist.com/badge/io.github.depixapp%2Fdepix-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
depixapp
Available versions (23)
| Version | Published |
|---|---|
| 2.8.7 | Sep 4, 2026 |
| 2.8.6 | Sep 3, 2026 |
| 2.8.5 | Sep 3, 2026 |
| 2.8.4 | Sep 3, 2026 |
| 2.8.3 | Aug 28, 2026 |
| 2.8.2 | Aug 28, 2026 |
| 2.8.1 | Aug 28, 2026 |
| 2.8.0 | Aug 28, 2026 |
| 2.7.0 | Aug 27, 2026 |
| 2.5.1 | Aug 27, 2026 |
| 2.5.0 | Aug 27, 2026 |
| 2.3.1 | Aug 22, 2026 |
| 2.3.0 | Aug 22, 2026 |
| 2.2.1 | Aug 11, 2026 |
| 2.2.0 | Jul 30, 2026 |
| 2.1.1 | Jul 29, 2026 |
| 2.1.0 | Jul 29, 2026 |
| 2.0.1 | Jul 29, 2026 |
| 2.0.0 | Jul 29, 2026 |
| 1.2.0 | Jul 23, 2026 |
| 1.1.2 | Jul 22, 2026 |
| 1.1.1 | Jul 22, 2026 |
| 1.1.0 | Jul 22, 2026 |
Frequently asked questions
- Who maintains DePix App MCP?
- DePix App MCP is maintained by depixapp, which publishes 1 MCP server (23 total versions) tracked on MCP Toplist.
- Is DePix App MCP listed on the Official MCP Registry?
- Yes — DePix App MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does DePix App MCP have?
- MCP Toplist tracks 23 versions of DePix App MCP, most recently published on Sep 4, 2026.
- Where can I find the source code for DePix App MCP?
- The source code for DePix App MCP is hosted at github.com/depixapp/depix-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.