my-mcp-server
Verified Safeby hamcommania-design
Overview
A Model Context Protocol (MCP) server boilerplate implemented in TypeScript, providing various tools (calculator, multilingual greeting, timezone lookup, AI image generation) and system information resources (fake server stats, app settings) to an MCP client.
Installation
node build/index.jsEnvironment Variables
- HF_TOKEN
Security Notes
The server follows good security practices by externalizing API tokens (HF_TOKEN) via configuration or environment variables. It handles potential errors like division by zero in the calculator tool. The 'code_review' tool generates a prompt but does not execute user-provided code locally, mitigating a significant risk. Communication is typically handled via standard I/O (stdio) or by the 'smithery' CLI which manages network exposure, rather than the server directly opening arbitrary ports.
Similar Servers
mcp-typescript-starter
A feature-complete Model Context Protocol (MCP) server template in TypeScript demonstrating all major MCP features for AI assistant interaction.
mcp-agent-kit
Simplifies the creation and management of AI agents, chatbots, and Model Context Protocol (MCP) servers with various LLM providers.
mcp_server
This server implements the Model Context Protocol (MCP) to expose developer-defined tools as a HTTP API, specifically demonstrating a task creation tool.
my-mcp-server
A TypeScript boilerplate server implementing the Model Context Protocol (MCP) SDK, offering various tools like greeting, calculation, time, AI image generation, and a code review prompt, along with a server information resource.