Rules for this host — https://free.officemaker.ai (free tier)

Claude

Connect Claude (or other MCP clients) to OfficeMaker Free

New to MCP here? Read Start here for a full free-tier walkthrough, then use the URL below.

Claude Desktop and other MCP-capable clients can use the same public server as other tools. Use Streamable HTTP and the URL below. Do not add API keys or bearer tokens for the free tier.

MCP server URL https://free.officemaker.ai/mcp
Transport Streamable HTTP
Authentication None

Steps

  1. Open your client’s MCP or connector settings.
  2. Add a remote server with URL https://free.officemaker.ai/mcp.
  3. Select HTTP / Streamable HTTP if the UI asks for a transport.
  4. Save and run tools/list or an equivalent test.
  5. Use schema tools, then create documents with structured JSON.
{
  "mcpServers": {
    "officemaker-free": {
      "url": "https://free.officemaker.ai/mcp"
    }
  }
}

(Exact JSON shape depends on your app; the important part is the HTTPS URL above.)
For REST without MCP, use API documentation (/gpt/v1/). For ChatGPT-specific URLs, see ChatGPT documentation.

On a signed-in document host (paid or internal), open Documentation → Claude on that same host after sign-in for how to split your document API key into Claude’s OAuth fields and how HTTP Basic encoding works.

Quick setup

Create configuration from this page

Optional: sign in on this docs host first if you want snippets labeled with your account id or email.