Deno MCP Server
@Timtech4u
关于 Deno MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"deno": {
"command": "node",
"args": [
"/absolute/path/to/deno-mcp/dist/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Deno MCP Server?
An MCP (Model Context Protocol) server for executing Deno TypeScript/JavaScript code. It allows LLMs such as Claude to run Deno code securely with configurable permissions (net, read, write, env, run, etc.) and support for unstable features.
How to use Deno MCP Server?
Install Node.js 16+, Deno, and Claude Desktop or Cline. Clone the repository, run npm install and npm run build, then add a JSON configuration entry pointing to dist/index.js in your MCP client’s settings file. Restart the client, then ask Claude to execute Deno code with optional permission flags.
Key features of Deno MCP Server
- Execute Deno TypeScript or JavaScript code
- Grant granular permissions (net, read, write, env, run)
- Enable or disable unstable Deno features
- Retrieve installed Deno version information
- 30-second execution timeout for code safety
Use cases of Deno MCP Server
- Run quick Deno scripts directly through a chat interface
- Fetch external APIs by requesting network permissions
- Read and write files on the local filesystem with read/write permissions
- Combine network and filesystem permissions to fetch and save data
- Experiment with Deno’s standard library modules
FAQ from Deno MCP Server
What prerequisites are needed to use Deno MCP Server?
Node.js 16 or higher, a working Deno installation, and a compatible MCP client (Claude Desktop or Cline) are required.
How do I resolve a “Deno is not found” error?
Ensure Deno is installed and available in your system PATH. The server relies on the deno command being accessible.
Why does my code fail with permission errors?
You must explicitly request the needed permissions (e.g., "net" for network, "read"/"write" for file system, "env" for environment variables, "run" for subprocesses) when invoking execute_deno_code.
Is there a time limit for code execution?
Yes. Code execution is automatically terminated after 30 seconds. Long‑running scripts will hit this timeout.
Where is the configuration file located?
For Claude Desktop, the file is at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or under %APPDATA%\Claude (Windows). For Cline, it is at ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论