Wise MCP Server
Rank #34,752io.github.AIWerk/mcp-server-wise
Wise Personal API: profiles, balances, multi-currency rates, transfers, recipients (read-only).
Wise MCP Server is a Model Context Protocol (MCP) server published by aiwerk. It ranks #34,752 of 115,591 servers tracked on MCP Toplist. Wise MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 28, 2026 and most recently updated on Jun 24, 2026.
Ranks ahead of 80,839 of 115,591 servers on MCP Toplist.
Use Wise MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-wise -e "WISE_API_TOKEN=<your WISE_API_TOKEN>" -- npx -y @aiwerk/mcp-server-wiseReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-wise]
command = "npx"
args = ["-y", "@aiwerk/mcp-server-wise"]
[mcp_servers.mcp-server-wise.env]
WISE_API_TOKEN = "<your WISE_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<your WISE_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<your WISE_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-wise": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<your WISE_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<your WISE_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<your WISE_API_TOKEN>"
}
}
}
}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.AIWerk%2Fmcp-server-wise)<a href="https://mcptoplist.com/server/io.github.AIWerk%2Fmcp-server-wise"><img src="https://mcptoplist.com/badge/io.github.AIWerk%2Fmcp-server-wise.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
aiwerk
Other servers by aiwerk
- @aiwerk/mcp-server-wheel-size#34,751 · 1 ver
- @aiwerk/mcp-server-vault#35,556 · 1 ver
- @aiwerk/mcp-server-bexio#38,685
- @aiwerk/mcp-server-cal#40,767 · 1 ver
- @aiwerk/mcp-server-clawhub#42,417 · 1 ver
- @aiwerk/mcp-server-imap#42,418 · 1 ver
- shopify#42,419 · 1 ver
- mcp-server-smallinvoice#47,444
- @aiwerk/mcp-server-ghl#51,665
- Google Maps MCP Server#64,260
- MCP Catalog#85,988
Available versions (1)
| Version | Published |
|---|---|
| 0.1.7 | Jun 24, 2026 |
Frequently asked questions
- Who maintains Wise MCP Server?
- Wise MCP Server is maintained by aiwerk, which publishes 12 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Wise MCP Server listed on the Official MCP Registry?
- Yes — Wise MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Wise MCP Server have?
- MCP Toplist tracks 1 version of Wise MCP Server, most recently published on Jun 24, 2026.
- Where can I find the source code for Wise MCP Server?
- The source code for Wise MCP Server is hosted at github.com/aiwerk/mcp-server-wise.