Exploration
БесплатноНе проверенA simple MCP server that provides a calculator tool for basic arithmetic operations.
Описание
A simple MCP server that provides a calculator tool for basic arithmetic operations.
README
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.
Features
- Calculator Tool: Performs basic arithmetic operations (add, subtract, multiply, divide)
Installation
pnpm install
Development
Run the server in development mode:
pnpm dev
Build
Compile TypeScript to JavaScript:
pnpm build
Run
Start the compiled server:
pnpm start
The 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 4000
Then 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
Установка Exploration
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ArthurGoupil/mcp-server-boilerplateFAQ
Exploration MCP бесплатный?
Да, Exploration MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Exploration?
Нет, Exploration работает без API-ключей и переменных окружения.
Exploration — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Exploration в Claude Desktop, Claude Code или Cursor?
Открой Exploration на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Exploration with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
