T
Tapeless-MCP
Created Oct 19, 2025
by
Tapeless-App
Language:
TypeScript
Stars:
0
Forks:
0
README
Setup Instructions
- Clone the repo
- Ensure Deno v2 is installed
- Note down the absolute path to the
src/main.tsfile - Update the
claude_desktop_config.jsonfile, located in~/Library/Application Support/Claude
{
"mcpServers": {
"tapeless": {
"command": "deno",
"args": [
"-A",
"/Users/douglasreiser/Dev/Tapeless/Tapeless-MCP/src/main.ts"
]
}
}
}
- Ensure the
tapeless-cliis installed and at the latest version - Start Claude with developer mode enabled
Last updated: Oct 19, 2025