MCP Calculator Demo
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., "@MCP Calculator Demowhat is 123 multiplied by 456?"
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.
MCP Demo
This repository contains demo projects showcasing the use of the Message Communication Protocol (MCP) in different scenarios.
Projects
1. Calculator
A simple calculator service with a client and server implementation.
Files:
demo-client.mjs: Example client for the calculator serviceserver.mjs: Calculator serverpackage.json,README.md
2. MCP Client (TypeScript)
Offical demo from MCP documentation
A TypeScript-based client for interacting with MCP services.
Files:
index.ts: Main client codebuild/index.js: Compiled output.env: Environment configurationlog/session1.txt: Example session logpackage.json,tsconfig.json
Need to setANTHROPIC_API_KEY in .env to run the client. The credit from Anthropic is NOT free.
3. Weather
Offical demo from MCP documentation
A weather information service using MCP.
Files:
src/index.ts: Main source codebuild/index.js: Compiled outputpackage.json,tsconfig.json
Getting Started
Each project contains its own dependencies and setup.
Navigate into a project folder and run:
npm install
npm startor for TypeScript projects:
npm install
npm run build
npm startLicense
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/FisherSkyi/mcp-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server