MCP Servers
@esh2n
关于 MCP Servers
type safety mcp servers with deno.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-servers-esh2n": {
"command": "deno",
"args": [
"cache",
"server.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
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
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论