MCP Claude Desktop Project Demo
@Samm-OB
About 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
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More AI & Agents MCP servers
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Comments