Skip to main content
The Deframe MCP Server is hosted and ready to use — no installation required. Point your AI host at the server URL and add your API key to start using all 21 tools. Server URL: http://mcp.deframe.io/mcp

Prerequisites

  • A Deframe API key — get one here
  • An MCP-compatible host: Claude Desktop or similar
  • Node.js installed (required for npx)

Claude Desktop

1

Open the configuration file

Open ~/Library/Application Support/Claude/claude_desktop_config.json
Create the file if it does not exist.
2

Add the server entry

{
  "mcpServers": {
    "deframe": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "http://mcp.deframe.io/mcp",
        "--header",
        "x-api-key:your-api-key",
        "--allow-http"
      ]
    }
  }
}
Claude Desktop uses mcp-remote as a bridge to connect to remote HTTP servers. The --allow-http flag is required because mcp-remote enforces HTTPS by default.
3

Restart Claude Desktop

Close and reopen the app. The Deframe tools will appear in the tool picker.
Ask Claude “what Deframe tools are available?” to confirm the connection.

Next Steps

Tools Reference

Browse all 21 tools and 7 prompts with inputs and outputs

MCP Server Overview

Learn what the server does and when to use it