Back to Apps

MCP Client Flask Bridge
Supports UIby ototree
Expose local MCP servers via Flask and intranet penetration for Coze, Dify, and FastGPT interaction.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
This project acts as a bridge that exposes local MCP servers through a Flask API. It allows users to set up intranet penetration (like Ngrok or Cloudflare Tunnel) so that cloud-based AI platforms such as Coze, Dify, and FastGPT can interact with local resources and tools.
Tools
list_tool: Lists available tools on a specified server.call_tool: Executes a specific tool on a specified server with provided arguments.list_server: Lists all configured MCP servers.list_files: Lists files in a specified directory.get_download_link: Generates a download link for a specific file.
Installation
Add to claude_desktop_config.json (if using as a local server):
{
"mcpServers": {
"mcp-flask-bridge": {
"command": "python",
"args": ["/path/to/server.py"]
}
}
}
Supported hosts
Claude, Coze, Dify, FastGPT
Quick install
python server.pyInformation
- Pricing
- free
- Published
- 6/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"mcp-flask-bridge": {"command": "python", "args": ["/path/to/server.py"]}}}





