MCP Claude Desktop Project Demo
@Samm-OB
关于 MCP Claude Desktop Project Demo
This project demonstrates the use of the mcp (Modular Claude Protocol) server with the FastMCP framework to create a set of programmable tools and resources. It includes a basic calculator, note-taking functionality, and real-time currency exchange rate lookup. Designed to integr
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Claude Desktop Project Demo?
MCP Claude Desktop Project Demo is a demonstration MCP server built with FastMCP that exposes programmable tools and resources for arithmetic, note-taking, and real-time currency exchange. It integrates with Claude AI (Desktop or CLI) and allows calling tools via natural language or programmatic prompts.
How to use MCP Claude Desktop Project Demo?
Install Python 3.9+, uv, mcp (with cli and server extras), and httpx. Run the server and invoke tools like add(2, 3), get_exchange_rate("USD", "EUR"), add_note("Buy milk"), or read_notes() through Claude. Named resources like greeting://{name} and notes://latest_notes are also available.
Key features of MCP Claude Desktop Project Demo
- Arithmetic tools with error handling (add, subtract, multiply, divide)
- Real-time currency exchange rate lookup via public API
- Sticky notes tool: save, read, and summarize notes from a local file
- Dynamic greeting resource via
greeting://{name} - Prompt templates for summarization and calculation
Use cases of MCP Claude Desktop Project Demo
- Perform quick arithmetic operations through Claude AI conversations
- Fetch live currency conversion rates (e.g., USD to EUR) with a single command
- Maintain and retrieve personal notes using natural language from Claude
- Generate structured calculation prompts for repeatable operations
FAQ from MCP Claude Desktop Project Demo
What are the runtime requirements?
Python 3.9+, uv, mcp (with cli and server extras), and httpx for async API calls.
Can I use it without Claude Desktop?
It is designed to integrate with Claude AI (via Desktop or CLI), but the README focuses on Claude interaction.
Does it store notes persistently?
Yes, notes are stored in a local notes.txt file.
Where does the exchange rate data come from?
It fetches real-time rates from the public API at https://api.exchangerate-api.com.
AI 与智能体 分类下的更多 MCP 服务器
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
评论