MCP Servers
@esh2n
About MCP Servers
type safety mcp servers with deno.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-servers-esh2n": {
"command": "deno",
"args": [
"cache",
"server.ts"
]
}
}
}Tools
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 Servers?
MCP Servers is a collection of Model Context Protocol (MCP) servers that extend AI model capabilities with tools for text processing, data conversion, API integration, and development tasks. It is built with Deno and TypeScript, emphasizing type safety and functional programming.
How to use MCP Servers?
Install Deno 1.40.0 or higher, clone the repository, run deno cache server.ts, then start the server with deno run -A server.ts. The server exposes all integrated tool sets.
Key features of MCP Servers?
- Text processing tools (case conversion, search/replace, encode/decode)
- Data conversion tools (JSON/YAML, CSV/JSON, XML/JSON, unit conversion)
- API integration tools (HTTP requests, weather, translation, geocoding, news)
- Development utilities (string length, JSON formatting, UUID generation)
- Modular, type-safe architecture with Deno and Effect
Use cases of MCP Servers?
- Automating text manipulation and format transformations in AI workflows
- Converting data between formats like JSON, YAML, CSV, and XML
- Fetching real‑time weather, news, or geocoding data via external APIs
- Performing ad‑hoc development tasks such as UUID generation or JSON formatting
- Translating text and executing HTTP requests directly from an AI model
FAQ from MCP Servers
What are the prerequisites for running MCP Servers?
Deno 1.40.0 or higher is required; a VSCode Deno extension is recommended.
How do I add a new tool to MCP Servers?
Define input/output types in types.ts, implement the tool in lib.ts, export it in mod.ts, and register it in server.ts.
What tool sets does MCP Servers include?
Text processing, data conversion, API integration, and development tools.
What is the project structure?
Each tool set follows a modular pattern with mod.ts, deps.ts, lib.ts, types.ts, and optionally mod.test.ts.
What license is used?
The project is licensed under the MIT License.
More Other MCP servers
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments