MCP Server AI Chrome Extension
@shettysaish20
About MCP Server AI Chrome Extension
An MCP server AI Chrome Extension plugin that enables doing complex BODMAS operations through browser
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP-Server-V3": {
"command": "python",
"args": [
"mcp_client.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server AI Chrome Extension?
A lightweight AI-powered Chrome Extension connected to a Flask-based MCP Server that enables users to perform complex BODMAS (Bracket, Order, Division, Multiplication, Addition, Subtraction) operations directly from the browser. It processes user input through perception, decision, action, and memory modules, returning computed results in real time.
How to use MCP Server AI Chrome Extension?
- Clone the repo and install Python dependencies (
pip install -r requirements.txt). - Run
python mcp_client.pyto start the Flask API server (default:http://localhost:5000/). - In Chrome, open
chrome://extensions/, enable Developer Mode, and load the unpackedchrome-extension/folder. - Click the extension icon, type a BODMAS expression (e.g.,
5 * (3 + 2) - 4 / 2), and view the computed result.
Key features of MCP Server AI Chrome Extension
- Solve complex expressions following full BODMAS hierarchy.
- Real-time computation via a Flask-based backend server.
- Server includes decision-making and memory modules.
- Clean, simple Chrome Extension popup interface.
- Easy HTTP‑based communication between extension and Flask API.
Use cases of MCP Server AI Chrome Extension
- Perform quick, accurate BODMAS calculations directly in the browser.
- Demonstrate or learn the order of operations interactively.
- Automate math problem solving with an AI‑driven backend.
FAQ from MCP Server AI Chrome Extension
What operations does the extension support?
It solves mathematical expressions adhering to the full BODMAS (Bracket, Order, Division, Multiplication, Addition, Subtraction) hierarchy.
How do I set up the backend server?
Navigate to the flask-api/ directory, install the dependencies listed in requirements.txt (Flask and Flask‑Cors), and run python mcp_client.py. The server starts on http://localhost:5000/.
How do I install the Chrome Extension?
Open Chrome’s extension management page (chrome://extensions/), enable Developer Mode, click “Load unpacked”, and select the chrome-extension/ folder. The extension appears in the toolbar.
What are the runtime dependencies?
The backend requires Python with Flask and Flask‑Cors. The extension uses pure JavaScript and HTML/CSS with no external libraries.
Does the server store data or require authentication?
The server maintains session memory and history via memory.py but does not persist data to disk. There is no authentication; it accepts requests from the extension over HTTP.
Frequently asked questions
What operations does the extension support?
It solves mathematical expressions adhering to the full BODMAS (Bracket, Order, Division, Multiplication, Addition, Subtraction) hierarchy.
How do I set up the backend server?
Navigate to the `flask-api/` directory, install the dependencies listed in `requirements.txt` (Flask and Flask‑Cors), and run `python mcp_client.py`. The server starts on `http://localhost:5000/`.
How do I install the Chrome Extension?
Open Chrome’s extension management page (`chrome://extensions/`), enable Developer Mode, click “Load unpacked”, and select the `chrome-extension/` folder. The extension appears in the toolbar.
What are the runtime dependencies?
The backend requires Python with Flask and Flask‑Cors. The extension uses pure JavaScript and HTML/CSS with no external libraries.
Does the server store data or require authentication?
The server maintains session memory and history via `memory.py` but does not persist data to disk. There is no authentication; it accepts requests from the extension over HTTP.
Basic information
More Developer Tools MCP servers

Skilder.ai
skilder.aiRun skills and MCP tools like production software: versioned, composed into roles, distributed to every agent from one governed library.

Foremerge
naw103Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.

CircleCI MCP Server
CircleCIManage CI/CD pipelines, debug failed builds, and optimize test suites directly from your AI agents - no terminal required. The CircleCI MCP Server is a remote server hosted by CircleCI that connects AI tools and agents
Comments