Skip to main content
modiva.ai
Accedi
Logo di Framer

Collega l'API Framer

Integra l'API Framer tramite l'API REST unificata di Modiva e il server MCP ospitato. Sync CMS collections and items, publish your site, and read locales and code files on your Framer projects through one unified API and MCP server. OAuth, aggiornamento dei token, rate limit e 12 strumenti tipizzati sono gestiti per te: collega una volta e richiama Framer da qualsiasi agente o app attraverso un singolo endpoint.

Collega Framer — ottieni la chiave MCPLeggi la documentazione

Cosa puoi fare con l'API Framer

  • CMS collections & items
  • Publishing
  • Locales & code files
  • Token expiry
  • Webhooks (Poll via the collection/item tools)

Strumenti MCP e scope di Framer

project_
info · publish · deploy
collections_
list · create · fields get/set
items_
list · add · remove
locales_
list
code_files_
list

Scope OAuth richiesti

  • Read your project info and publish state
  • Read & write managed CMS collections and items
  • Publish and deploy your site
  • Read locales and code files

Collega Framer nel tuo agente

# Add Modiva's MCP server to your agent
{
  "mcpServers": {
    "modiva": {
      "url": "https://mcp.modiva.ai",
      "headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
    }
  }
}

# Then connect Framer and call its tools, e.g.
accounts_list(provider="framer")

Domande frequenti

Come collego l'API Framer con Modiva?

Crea un account Modiva, genera una chiave MCP e collega Framer dalla tua dashboard. Modiva esegue l'intero flusso OAuth e memorizza il token cifrato per te, senza client secret nel tuo codice.

Cosa posso fare con l'API Framer tramite Modiva?

Sync CMS collections and items, publish your site, and read locales and code files on your Framer projects through one unified API and MCP server. Ottieni 12 strumenti tipizzati raggruppati per risorsa (project_, collections_, items_, locales_, code_files_), richiamabili tramite REST o il server MCP.

Devo gestire personalmente OAuth o l'aggiornamento dei token?

No. Modiva gestisce l'handshake OAuth di Framer, l'archiviazione dei token (cifrati con envelope encryption) e l'aggiornamento automatico. Tu richiami un singolo endpoint unificato.

Un agente IA può usare l'API Framer?

Sì, è proprio questo il punto. Modiva espone Framer come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su Framer attraverso un unico endpoint.

Playbook e guide di Framer

Playbook gratuiti e passo dopo passo sulla crescita con Framer: cosa funziona, oltre a come metterlo in pratica con Modiva.

How to Sync Content Into Framer CMS and Publish With AI Agents

Integrazioni correlate

Collega CanvaCollega Figma
Connect the Framer API — Modiva