MCP-Server-V3
2.2
The MCP Server AI Chrome Extension allows users to perform complex BODMAS operations via a lightweight Chrome Extension paired with a Flask-based MCP Server. It offers real-time computation of mathematical expressions with a focus on easy communication and user interaction.
MCP Server AI Chrome Extension
A lightweight AI-powered Chrome Extension connected to a Flask-based MCP Server, enabling users to perform complex BODMAS (Bracket, Order, Division, Multiplication, Addition, Subtraction) operations directly from the browser.
✨ Features
- Solve complex mathematical expressions with full BODMAS hierarchy.
- Instant real-time computation via a backend AI MCP server.
- Server processes user input with decision-making and memory modules.
- Simple and clean Chrome Extension interface.
- Easy communication between Chrome Extension and Flask API server.
🚀 How It Works
- User opens the Chrome Extension popup and enters a math expression.
- The extension captures the input and sends a POST request to the Flask MCP Server API.
- The server parses the input, computes the result, and returns the output.
- The extension displays the computed answer to the user.
🛠️ Installation Guide
1. Set Up the MCP Server
- Clone the repository and install Python dependencies.
- Run the server (default at http://localhost:5000/).
2. Set Up the Chrome Extension
- Open Chrome extensions, enable Developer Mode, and load the unpacked chrome-extension folder.
3. Usage
- Click on the MCP extension icon, type a BODMAS-based math query, and view results.
📦 Dependencies
- Backend (Python): Flask, Flask-Cors
- Frontend (Extension): Pure JavaScript + HTML/CSS
📄 License
MIT License. Feel free to modify, extend, and enhance.
👨💻 Author
Built by Saish Shetty.