mcpbeat Sign in

MCP Server Wise

local only

MCP Server Wise runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from npm. Last commit 10 Aug 2026.

Wise Personal API: profiles, balances, multi-currency rates, transfers, recipients (read-only).

Installs per day peak 32 · avg 13 · +29% w/w
a month agotoday
81
Installs / week
npm · @aiwerk/mcp-server-wise
0
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Server Wise every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server-wise -- npx -y @aiwerk/mcp-server-wise
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-wise": {
      "args": [
        "-y",
        "@aiwerk/mcp-server-wise"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-wise]
command = "npx"
args = ["-y", "@aiwerk/mcp-server-wise"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-wise": {
      "args": [
        "-y",
        "@aiwerk/mcp-server-wise"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-wise": {
      "args": [
        "-y",
        "@aiwerk/mcp-server-wise"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WISE_API_TOKEN (Wise Personal API token. Create one in Wise Settings > API tokens.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server Wise

same job, measured the same way
MCP Wise
by codespar

MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients

20 installs/wk local only
Expense Budget Tracker
by expense-budget-tracker

Track expenses, budgets, balances, transfers, and multi-currency reports with OAuth-secured tools.

answering
Wise
by mcp-dir

Wise (https://wise.com) MCP, multi-currency account access via Personal Token + SCA key. Reads profi

12 tools answering
Open Banking (open-banking.io)
by open-banking-io

Read-only MCP server for the open-banking.io PSD2 bank API — accounts, balances, transactions.

local only
Sigao Li — personal MCP server
by sigaoli

Read-only access to Sigao Li's profile, CV and case studies. Bilingual (EN/ZH).

3 tools answering
PiPic Integration Guide
by pipic

Read-only PiPic CLI and HTTP API guidance; no image bytes are transferred.

3 tools answering
Bvcc Agent Wallet
by blockventurechaincapital

Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.

124 installs/wk local only
Etherscan
by etherscan

Read-only Etherscan V2 blockchain data: balances, transactions, transfers, tokens, contracts, logs.

16 tools answering

MCP Server Wise — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server Wise?
MCP Server Wise runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @aiwerk/mcp-server-wise was installed 81 times last week.
How do I connect MCP Server Wise?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @aiwerk/mcp-server-wise straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Server Wise?
The npm package @aiwerk/mcp-server-wise was installed 81 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server Wise open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.