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
- Open your client’s MCP or connector settings.
- Add a remote server with URL
https://free.officemaker.ai/mcp. - Select HTTP / Streamable HTTP if the UI asks for a transport.
- Save and run tools/list or an equivalent test.
- 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.