Free Tool

MCP Config Generator

Pick your client, paste your FuzeMCP project slug, and get a ready-to-paste MCP configuration.

This is the slug you chose when creating the project — not the UUID.

Your Config

{
  "mcpServers": {
    "fuzemcp": {
      "url": "https://api.fuzemcp.dev/mcp/your-project-slug",
      "type": "streamable-http",
      "headers": {
        "Authorization": "Bearer <your-api-key>"
      }
    }
  }
}