Back to MCP Servers
Access Point
Turn a web service into an MCP server in one click without making any code changes.
aggregators
By sxhxliang
Installation
npx -y mcp-access-pointConfiguration
{
"mcpServers": {
"mcp-access-point": {
"command": "npx",
"args": ["-y", "mcp-access-point"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes