Skip to main content
AggregatorsTypeScript

sxhxliang/mcp-access-point

Turn a web service into an MCP server in one click without making any code changes.

aggregatorscloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/sxhxliang/mcp-access-point

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-access-point": {
      "command": "npx",
      "args": [
        "-y",
        "sxhxliang/mcp-access-point"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
TypeScript
Author
sxhxliang