Wise
Rank #16,401io.github.mindstone/mcp-server-wise
Wise (formerly TransferWise) MCP server for Model Context Protocol hosts
Wise is a Model Context Protocol (MCP) server published by mindstone. It ranks #16,401 of 115,591 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Wise is listed on Official MCP, with 1 tracked version. It was first listed on Aug 10, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 99,190 of 115,591 servers on MCP Toplist.
Use Wise
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-wise -e "WISE_API_TOKEN=<your WISE_API_TOKEN>" -e "WISE_ENVIRONMENT=<your WISE_ENVIRONMENT>" -e "WISE_REQUEST_TIMEOUT_MS=<your WISE_REQUEST_TIMEOUT_MS>" -- npx -y @mindstone/mcp-server-wiseReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-wise]
command = "npx"
args = ["-y", "@mindstone/mcp-server-wise"]
[mcp_servers.mcp-server-wise.env]
WISE_API_TOKEN = "<your WISE_API_TOKEN>"
WISE_ENVIRONMENT = "<your WISE_ENVIRONMENT>"
WISE_REQUEST_TIMEOUT_MS = "<your WISE_REQUEST_TIMEOUT_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<your WISE_API_TOKEN>",
"WISE_ENVIRONMENT": "<your WISE_ENVIRONMENT>",
"WISE_REQUEST_TIMEOUT_MS": "<your WISE_REQUEST_TIMEOUT_MS>"
}
}
}
}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",
"@mindstone/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<your WISE_API_TOKEN>",
"WISE_ENVIRONMENT": "<your WISE_ENVIRONMENT>",
"WISE_REQUEST_TIMEOUT_MS": "<your WISE_REQUEST_TIMEOUT_MS>"
}
}
}
}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",
"@mindstone/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<your WISE_API_TOKEN>",
"WISE_ENVIRONMENT": "<your WISE_ENVIRONMENT>",
"WISE_REQUEST_TIMEOUT_MS": "<your WISE_REQUEST_TIMEOUT_MS>"
}
}
}
}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",
"@mindstone/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<your WISE_API_TOKEN>",
"WISE_ENVIRONMENT": "<your WISE_ENVIRONMENT>",
"WISE_REQUEST_TIMEOUT_MS": "<your WISE_REQUEST_TIMEOUT_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<your WISE_API_TOKEN>",
"WISE_ENVIRONMENT": "<your WISE_ENVIRONMENT>",
"WISE_REQUEST_TIMEOUT_MS": "<your WISE_REQUEST_TIMEOUT_MS>"
}
}
}
}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.mindstone%2Fmcp-server-wise)<a href="https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-wise"><img src="https://mcptoplist.com/badge/io.github.mindstone%2Fmcp-server-wise.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mindstone
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 10, 2026 |
Frequently asked questions
- Who maintains Wise?
- Wise is maintained by mindstone, which publishes 43 MCP servers (124 total versions) tracked on MCP Toplist.
- Is Wise listed on the Official MCP Registry?
- Yes — Wise is listed on the Official MCP Registry.
- How many versions does Wise have?
- MCP Toplist tracks 1 version of Wise, most recently published on Aug 10, 2026.
- Where can I find the source code for Wise?
- The source code for Wise is hosted at github.com/mindstone/mcp-servers.