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
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
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
コメント