Overview
MCP Servers is a collection of Model Context Protocol (MCP) servers that enhance AI model capabilities with various tools and resources, built using Deno and TypeScript.
To use MCP Servers, clone the repository, install dependencies, and run the server using Deno. The server integrates multiple tool sets for text processing, data conversion, and API integration.
- Type-safe implementation using Deno and TypeScript. - A variety of tools for text processing, data conversion, and API integration. - Modular structure for easy addition of new tools.
- Enhancing AI models with additional functionalities.
- Converting data between different formats (e.g., JSON to YAML).
- Processing and manipulating text for various applications.
Add to your AI client
Use these steps to connect MCP Servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-servers-esh2n": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-esh2n"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-servers-esh2n": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-esh2n"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-servers-esh2n": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-esh2n"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-servers-esh2n": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-esh2n"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-servers-esh2n": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-esh2n"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-servers-esh2n": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-esh2n"
]
}
}
}FAQ
What is the Model Context Protocol?
The Model Context Protocol is a framework that allows AI models to interact with various tools and resources.
Is Deno required to run MCP Servers?
Yes, Deno 1.40.0 or higher is required to run the servers.
Can I add my own tools to MCP Servers?
Yes! You can easily add new tools by following the modular structure outlined in the documentation.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2015,"uuid":"34c11985-62b1-48ad-80e5-4c824f2364f8","name":"mcp-servers","title":"MCP Servers","description":"type safety mcp servers with deno.","avatar_url":"https://avatars.githubusercontent.com/u/55518345?v=4","created_at":"2025-03-05T07:53:02.292Z","updated_at":"2025-03-12T10:18:19.530Z","status":"created","author_name":"esh2n","author_avatar_url":"https://avatars.githubusercontent.com/u/55518345?v=4","tags":"mcp-servers,deno,type-safety","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/esh2n/mcp-servers","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-02-25 11:55:53\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]