Wise MCP Server

Wise (formerly TransferWise) MCP server for Model Context Protocol hosts. Check multi-currency balances and exchange rates, review transactions and activity, manage recipients, price transfers with quotes - and, with an explicit opt-in, create, fund, and cancel transfers - all through a standardised MCP interface. Its 17 documented tools cover wise, transfer, recipient.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

One of 41 MCP servers published from mindstone/mcp-servers. Stars and repository activity are shared across all of them. See all 41 →

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Wise

before you install - you'll need

WISE_API_TOKEN is optional or environment-specific per the README.

Claude Code

claude mcp add mindstone-mcp-servers-connectors-wise -- npx -y @mindstone/mcp-server-wise

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mindstone-mcp-servers-connectors-wise": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-wise"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @mindstone/mcp-server-wise - published under the repo owner's npm scope (@mindstone)

registry namespace io.github.mindstone is GitHub-verified and matches the repo owner

03 · What Wise can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can connect a Wise account with an API token (verified against the Wise API before storing), list personal and business profiles accessible with the token, list balances (multi-currency accounts and savings jars) with amounts per currency, and list saved recipients (bank accounts), filterable by currency or type.

Capability map

Tools grouped from the project's README - what Wise lets an agent do.

read & search

10 tools - e.g. List personal and business profiles accessible with the token; use the ids as profile_id; List balances (multi-currency accounts and savings jars) with amounts per currency; Transaction statement for one…

list_wise_profiles · list_wise_balances · get_wise_balance_statement · list_wise_activities · get_wise_exchange_rate · list_wise_recipients…

create & write

3 tools - e.g. Lock a rate and get exact fees per funding method (does not move money); Create a saved recipient (does not move money); Create a transfer from a quote to a recipient (not funded yet)

create_wise_quote · create_wise_recipient · create_wise_transfer

delete

2 tools - e.g. Disconnect the Wise account; Cancel a transfer before the funds_converted stage

remove_wise_account · cancel_wise_transfer

Configure

1 tool - e.g. Connect a Wise account with an API token (verified against the Wise API before storing)

configure_wise

Fund

1 tool - e.g. Fund a created transfer from a Wise balance (moves money)

fund_wise_transfer

04 · Who maintains Wise

Wise is maintained by mindstone. We track 41 MCP servers from mindstone - 41 actively maintained, 10 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from mindstone.

  1. OpenAI Image OpenAI image generation MCP server for Model Context Protocol hosts ★ 10
  2. Google Workspace Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more ★ 10
  3. Slack Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages ★ 10
  4. HubSpot HubSpot CRM: contacts, deals, tickets, line items, properties, marketing, files, workflows, threads ★ 10
  5. Gamma Gamma AI presentation generation MCP server for Model Context Protocol hosts ★ 10
  6. Browser Automation Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs ★ 10

05 · Facts

category
productivity - actively maintained as of 2026-08-25.
registry
io.github.mindstone/mcp-server-wise (active, first published 2026-08-10)
packages
npm:@mindstone/mcp-server-wise

06 · Wise FAQ

Is Wise still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19. We re-verify nightly.

What can Wise do?

With this server connected, an agent can connect a Wise account with an API token (verified against the Wise API before storing), list personal and business profiles accessible with the token, list balances (multi-currency accounts and savings jars) with amounts per currency, and list saved recipients (bank accounts), filterable by currency or type.

How do I install Wise?

Run `npx -y @mindstone/mcp-server-wise`. The README documents one environment variable (WISE_API_TOKEN) to set first. WISE_API_TOKEN is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Wise run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Wise

More productivity MCP servers · Workday · Xero · Zendesk · Mjucius Cozi MCP · Hive Vault

More TypeScript MCP servers · Claude Prompts MCP · Codexa · see all