About
Overview
The Deno MCP Server enables AI agents to work with the Deno JavaScript/TypeScript runtime. It provides tools for executing Deno scripts, managing Deno Deploy projects, running tests, and working with Deno's permission model.
Capabilities
Tools & Capabilities
⚡run_script
Execute a Deno script
⚡run_tests
Run Deno tests
⚡check_types
Type-check a TypeScript file
⚡format
Format code using deno fmt
Setup
Installation
bash
Install
deno install -A mcp-server-denoExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"deno": {
"command": "deno",
"args": ["run", "-A", "mcp-server-deno"]
}
}
}Quick Info
Authordenoland
LanguageTypeScript
StatusBeta
Stars★ 60
Last UpdatedFeb 12, 2026