# Install 11FGB Cleaning Tools MCP

> Connection instructions for using the free 11FGB Cleaning Tools remote MCP server in ChatGPT, Claude, Cursor, VS Code and Codex.

Canonical HTML: [https://11fgb.com/developers/mcp/install](https://11fgb.com/developers/mcp/install)

Installation

# Connect one endpoint. Get four cleaning tools.

No API key or sign-in is required. Add the remote Streamable HTTP URL below, approve the connection in your client and ask for a cleaning calculation.

MCP server URLhttps://mcp.11fgb.com/mcp

ChatGPT

## Developer mode

1. Open ChatGPT settings, then Apps & Connectors and Advanced settings.
2. Enable Developer mode and create a new app.
3. Choose remote MCP / Streamable HTTP and paste the endpoint.
4. Review the four read-only tools and test a home cleaning estimate.

Claude

## Custom connector

1. Open Settings and the Connectors section.
2. Add a custom connector.
3. Name it 11FGB Cleaning Tools and paste the endpoint.
4. Enable it for the conversation and request a calculation.

Cursor

## Project configuration

Add this to .cursor/mcp.json:

{ "mcpServers": { "11fgb-cleaning-tools": { "url": "https://mcp.11fgb.com/mcp" } } }

VS Code

## MCP configuration

Use the MCP: Add Server command, choose HTTP, enter the endpoint and save it to the workspace or user configuration.

{ "servers": { "11fgb-cleaning-tools": { "type": "http", "url": "https://mcp.11fgb.com/mcp" } } }

Codex

## CLI or config

Add the remote server from a terminal:

codex mcp add 11fgb-cleaning-tools --url https://mcp.11fgb.com/mcp

Codex and the IDE extension share MCP configuration.

Smoke-test prompt

## Confirm the connection

Ask your client: “Estimate a standard cleaning for a 2,100 sq ft house in ZIP 78704 with 3 bedrooms and 2 bathrooms.” It should call estimate_home_cleaning_cost, identify Central Texas precision and return a visual report link.

[See the expected example](https://11fgb.com/tools/examples/2100-sq-ft-house-cleaning-cost)
