Juhe Exchange Rates MCP Server
Overview
Juhe Exchange Rates MCP Server is a Model Context Protocol server that provides real-time global currency exchange rate queries, enabling large language models (LLMs) to access up-to-date currency exchange information.
To use the server, you can either run it using the recommended uv tool or install it via pip. After installation, you can query exchange rates by providing the three-letter currency codes for the currencies you wish to convert.
- Real-time currency exchange rate queries - Supports multiple currency conversions - Easy installation and configuration
- Integrating real-time currency exchange rates into applications.
- Assisting financial analysts with up-to-date currency information.
- Enabling chatbots to provide accurate currency conversion responses.
Add to your AI client
Use these steps to connect Juhe Exchange Rates MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"jexchange-mcp-server-juhemcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jexchange-mcp-server-juhemcp"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"jexchange-mcp-server-juhemcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jexchange-mcp-server-juhemcp"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"jexchange-mcp-server-juhemcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jexchange-mcp-server-juhemcp"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"jexchange-mcp-server-juhemcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jexchange-mcp-server-juhemcp"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jexchange-mcp-server-juhemcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jexchange-mcp-server-juhemcp"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"jexchange-mcp-server-juhemcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-jexchange-mcp-server-juhemcp"
]
}
}
}FAQ
What programming language is the server built with?
The server is built using Python 3.10 or higher.
How do I obtain the API key?
You can get the API key from [Juhe's API documentation](https://www.juhe.cn/docs/api/id/73).
Can I run the server locally?
Yes, you can run the server locally using the provided installation methods.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3375,"uuid":"5bca5c3e-2330-4a05-84dd-e9edbc2e5d56","name":"jexchange-mcp-server","title":"Juhe Exchange Rates MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/203600343?v=4","created_at":"$D2025-03-19T06:36:26.467Z","updated_at":"$D2025-03-19T06:37:17.462Z","status":"created","author_name":"juhemcp","author_avatar_url":"https://avatars.githubusercontent.com/u/203600343?v=4","tags":"jexchange,currency-exchange,mcp-server","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/juhemcp/jexchange-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-19 14:21:01\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]