flask-mcp-server

arthurperch/flask-mcp-server
★ 3 stars Python AI/LLM Updated 5d ago
MCP server connecting Claude AI to Flask applications and AWS infrastructure
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flask-mcp-server": {
      "command": "uvx",
      "args": [
        "flask-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install flask-mcp-server