Skip to main content
modiva.ai
Anmelden
Framer Logo

Framer-API verbinden

Integriere die Framer-API über Modivas einheitliche REST-API und den gehosteten MCP-Server. 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, Token-Aktualisierung, Rate-Limits und 12 typisierte Tools werden für dich übernommen – einmal verbinden und Framer aus jedem Agenten oder jeder App über einen einzigen Endpunkt aufrufen.

Framer verbinden – MCP-Key erhaltenDokumentation lesen

Was du mit der Framer-API tun kannst

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

Framer MCP-Tools & Scopes

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

Angeforderte OAuth-Scopes

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

Framer in deinem Agenten verbinden

# 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")

Häufig gestellte Fragen

Wie verbinde ich die Framer-API mit Modiva?

Erstelle ein Modiva-Konto, generiere einen MCP-Key und verbinde Framer über dein Dashboard. Modiva führt den vollständigen OAuth-Flow aus und speichert das verschlüsselte Token für dich – keine Client-Secrets in deinem Code.

Was kann ich mit der Framer-API über Modiva tun?

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. Du erhältst 12 typisierte Tools, gruppiert nach Ressource (project_, collections_, items_, locales_, code_files_), aufrufbar über REST oder den MCP-Server.

Muss ich OAuth oder Token-Aktualisierung selbst handhaben?

Nein. Modiva übernimmt den Framer-OAuth-Handshake, die Token-Speicherung (Envelope-verschlüsselt) und die automatische Aktualisierung. Du rufst einen einzigen einheitlichen Endpunkt auf.

Kann ein KI-Agent die Framer-API nutzen?

Ja – genau darum geht es. Modiva stellt Framer als Model-Context-Protocol-(MCP-)Tools bereit, sodass Agenten wie Claude, Cursor oder deine eigene App Framer über einen Endpunkt lesen und darauf agieren können.

Framer Playbooks & Guides

Kostenlose, schrittweise Playbooks zum Wachstum mit Framer – was funktioniert, plus wie du es mit Modiva umsetzt.

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

Verwandte Integrationen

Canva verbindenFigma verbinden
Connect the Framer API — Modiva