Run ASP Classic on Linux, macOS, and Windows. A modern cross-platform engine & runtime for Classic ASP, VBScript and JavaScript. Supports Web Server, FastCGI, CLI, and MCP/TestSuite.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"axonasp": {
"command": "go",
"args": [
"run",
"github.com/guimaraeslucas/axonasp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add axonasp go run github.com/guimaraeslucas/axonasp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"axonasp": {
"command": "go",
"args": [
"run",
"github.com/guimaraeslucas/axonasp@latest"
]
}
}
}
📋 Copy
Topics
asp asp-classic classic-asp cli console fastcgi-server go golang interpreter javascript jscript linux macos tui vbscript