MCP Exploration
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 Explorationadd 5 and 3"
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 Exploration
A simple TypeScript MCP (Model Context Protocol) server using @modelcontextprotocol/sdk.
Overview
This project demonstrates how to create a basic MCP server with tools that can be accessed by MCP clients like Claude Desktop, VS Code with GitHub Copilot, or other MCP-compatible applications.
Related MCP server: Node.js MCP Server
Features
Calculator Tool: Performs basic arithmetic operations (add, subtract, multiply, divide)
Installation
pnpm installDevelopment
Run the server in development mode:
pnpm devBuild
Compile TypeScript to JavaScript:
pnpm buildRun
Start the compiled server:
pnpm startThe server will start on http://localhost:3000/mcp.
Connecting to the Server
Using VS Code
Add this to your MCP configuration in VS Code:
{
"mcpServers": {
"simple-mcp-server": {
"url": "http://localhost:3000/mcp",
"type": "http"
}
}
}Using MCPJam
Test your server with the MCPJam:
pnpx @mcpjam/inspector@latest --port 4000Then create a new server with your MCP url.
Available Tools
calculate
Performs basic arithmetic operations.
Parameters:
operation(enum): One of "add", "subtract", "multiply", "divide"a(number): First numberb(number): Second number
Example:
{
"operation": "add",
"a": 5,
"b": 3
}Architecture
This server uses:
Express.js for HTTP server functionality
@modelcontextprotocol/sdk for MCP protocol implementation
Zod for schema validation
Streamable HTTP Transport for stateless request handling
Learn More
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 Servers
- Flicense-qualityDmaintenanceA simple MCP server that provides basic calculator functionality for performing mathematical operations. Built with FastMCP and demonstrates fundamental MCP server implementation patterns.Last updated
- FlicenseDqualityDmaintenanceA basic MCP server that provides arithmetic calculation tools and system information retrieval capabilities, including platform, CPU, and memory details.Last updated2
- Alicense-qualityCmaintenanceA simple MCP server that provides calculator tools for basic arithmetic operations with zero-division protection.Last updated66ISC
- Flicense-qualityDmaintenanceA simple MCP server that provides basic calculator operations such as add, subtract, multiply, and divide.Last updated
Related MCP Connectors
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
A very simple remote MCP server that greets you, with a custom icon.
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
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/ArthurGoupil/mcp-server-boilerplate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server