Turn a web server into an MCP server in one click without making any code changes.
Standard I/O
Docker
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-access-point": {
"args": [
"index.js"
],
"command": "node"
}
}
}