Framework7 MCP Server

Framework7 provides an MCP (Model Context Protocol) server that allows AI assistants and tools to query the Framework7 API documentation programmatically.

With the MCP server, AI tools like Claude, Cursor, Windsurf, and other MCP-compatible clients can:

How It Works

The MCP server exposes a JSON-RPC 2.0 endpoint at https://framework7.io/mcp. MCP-compatible clients connect to this endpoint and can call any of the 9 available tools to retrieve Framework7 API information.

The server provides access to:

Available Tools

The MCP server provides the following tools:

ToolDescription
list-componentsList all available Framework7 components and modules
get-componentGet full API for a component (parameters, events, methods, CSS variables)
search-apiFuzzy search across parameters, methods, events, and CSS variables
get-parameterGet details for a specific parameter/option
get-methodGet details for a specific method (instance or app-level)
get-eventGet details for a specific event (instance, app, or DOM)
get-css-variablesGet CSS custom properties for a component by theme
list-demosList all available demos with slugs and frameworks
get-demoGet demo source code for a specific framework variant