Turn a web server into an MCP server in one click without making any code changes.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-access-point": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-access-point"
]
}
}
}
Run in terminal:
claude mcp add mcp-access-point cargo run -- mcp-access-point
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-access-point": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-access-point"
]
}
}
}