MCP Access Template
tools for personal use
previous: nodejs -> deno
Settings
{
"mcpServers": {
"mcp-access-deno": {
"command": "deno", // OR full-path
"args": ["run", "-A", "PROJEC_DIR/src/index.ts"],
"env": {}
}
}
}
Tools
List
commandExecute- Execute a command in the allowed list
getUrlToMd- Parse a web page into Markdown and return it
getPdfContent- Text parsing and return of PDF content
Libraries
createToolsServer- https://jsr.io/@mizchi/mcp-helper
- https://zenn.dev/mizchi/articles/deno-mcp-server
MCP Inspector
The MCP inspector is a developer tool for testing and debugging MCP servers.
$ npx @modelcontextprotocol/inspector deno run -A src/index.ts
Trouble shooting
Workaround
pdfjs-dist
How to remove
Warning: Please use thelegacybuild in Node.js environments.(since this console message inhibits MCP startup)
// if (isNodeJS) {
// warn("Please use the `legacy` build in Node.js environments.");
// }
Exec locally
# start locally
$ deno run -A src/index.ts
# exec
$ {"jsonrpc":"2.0","id":"toolcall-1","method":"tools/call","params":{"name":"getUrlToMd","arguments":{"url":"https://code.visualstudio.com/docs/editing/intellisense"}}}
# ---
# start locally + exec + save result
$ echo '{"jsonrpc":"2.0","id":"toolcall-1","method":"tools/call","params":{"name":"getUrlToMd","arguments":{"url":"https://code.visualstudio.com/docs/editing/intellisense"}}}' |
deno run -A src/index.ts |
grep "result" |
jq -r '.result.content[0].text | fromjson' > example.md
Access Template
Project Details
- shin-t-o/mcp-access
- MIT License
- Last Updated: 4/20/2025
Recomended MCP Servers
TailorKit MCP is a powerful product customization framework for e-commerce that enables merchants to create interactive personalization experiences....
ClickUp MCP Server - Integrate ClickUp task management with AI through Model Context Protocol
MCP Server for gRPC
AverbePorto MCP Server
A Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
Connects Roblox Studio to AI coding editors via the Model Context Protocol (MCP), enabling AI-assisted game development within...
A minimal posthog mcp to retrive insights and add annotations





