sxhxliang/mcp-access-point
by Various
Turn a web server into an MCP server in one click without making any code changes.
MCP
sxhxliang/mcp-access-point
Added 1 June 2026
Overview
This tool converts any existing web server into an MCP server without requiring code changes. It works by proxying HTTP requests through a Rust-based adapter that exposes the server's endpoints as MCP tools. Users can set it up with a single command, making it trivial to integrate legacy or third-party web services into MCP-compatible workflows.
Best for
Best for
Developers who need to quickly expose existing web services as MCP tools without modifying source code
Use cases
- Expose a REST API as an MCP tool for AI agents
- Integrate legacy web services with MCP clients without rewriting
- Quickly prototype MCP servers from existing HTTP endpoints
Notes
This tool converts any existing web server into an MCP server without requiring code changes. It works by proxying HTTP requests through a Rust-based adapter that exposes the server’s endpoints as MCP tools. Users can set it up with a single command, making it trivial to integrate legacy or third-party web services into MCP-compatible workflows.
174 stars on GitHub. Last updated 2026-03-11. Licensed MIT.
Use cases
- Expose a REST API as an MCP tool for AI agents
- Integrate legacy web services with MCP clients without rewriting
- Quickly prototype MCP servers from existing HTTP endpoints
Pros
- No code modifications needed on the target web server
- One-click setup reduces integration friction
- Rust implementation offers low overhead and fast performance
Cons
- Only works with HTTP-based web servers, not other protocols
- May not handle complex authentication or streaming responses
- Relatively new project with limited community and documentation
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- No code modifications needed on the target web server
- One-click setup reduces integration friction
- Rust implementation offers low overhead and fast performance
Cons
- Only works with HTTP-based web servers, not other protocols
- May not handle complex authentication or streaming responses
- Relatively new project with limited community and documentation
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
agent-infra/mcp-server-browser
Various
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
browsermcp/mcp
Various
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser