Currency Converter MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Currency Converter MCP ServerConvert 100 US dollars to Indian rupees"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š± Currency Converter MCP Server A simple Model Context Protocol (MCP) server built with Node.js that provides a currency conversion tool and can be connected to Claude Desktop.
Features
Currency conversion through an MCP tool
Works with Claude Desktop
Built using the official MCP TypeScript/JavaScript SDK
Uses
stdiotransportInput validation with Zod
Simple and easy-to-extend project structure
Related MCP server: Realtime Exchange Rate MCP Server
Tech Stack
Node.js
JavaScript (ES Modules)
Model Context Protocol (MCP)
@modelcontextprotocol/sdkZod
Claude Desktop
Project Structure
MCP Server/
āāā currencyConvertered.js
āāā package.json
āāā package-lock.json
āāā image/
ā āāā image.png
āāā README.mdScreenshot
Project Structure in VS Code

The screenshot shows the MCP Server project structure in VS Code, including the image folder and image.png file.
Installation
Open PowerShell/Terminal inside the project folder:
npm installRun the Server
npm startYou should see:
MCP Currency Converter Server startedMCP Tool
The server provides the following tool:
convertCurrency
Converts an amount from one currency to another.
Example input:
amount: 100
from: USD
to: INRExample output:
100 USD = 8800.00 INRNote: The current demo uses a hardcoded exchange rate of
88. It is not a live exchange-rate API.
Claude Desktop Configuration
Add the following configuration to the Claude Desktop MCP configuration file:
{
"mcpServers": {
"currency-converter": {
"command": "node",
"args": [
"C:\Users\Harsh Vardhan Maurya\OneDrive\Desktop\MCP Server\currencyConvertered.js"
]
}
}
}After saving the configuration, restart Claude Desktop.
Then open:
Settings ā Developer
You should see:
currency-converter ā RunningTesting
In Claude Desktop, try:
Convert 100 USD to INR using the currency converter.The MCP server will call the convertCurrency tool and return the converted amount.
Future Improvements
Add a live exchange-rate API
Support more currencies
Add currency validation
Add error handling for unsupported currencies
Add more MCP tools
Author
Harsh Vardhan Maurya
License
ISC
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Live & historical FX rates and currency conversion for AI agents. No API keys.
Live & historical FX rates and currency conversion for AI agents. No API keys.
ExchangeRate MCP ā wraps open.er-api.com (free, no auth)
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceLocal service for currency rates and conversion using MCP and agent layer. Accepts user requests, selects appropriate tool, and returns structured responses.1-
- AlicenseAqualityBmaintenanceProvides real-time foreign-exchange rates, historical data, and multi-currency lookups to MCP-compatible AI coding assistants like Claude Code and Cursor.4127MIT
- FlicenseCqualityDmaintenanceEnables real-time currency exchange rate queries between any two currencies using ExchangeRate API, with automatic triggering by AI models through the MCP protocol.11-
- FlicenseNot gradedqualityCmaintenanceEnables currency conversion, exchange rates, geocoding, and weather queries through MCP tools, integrated with OpenAI Responses API.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mauryaharsh784/MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server