Model Context Protocol (MCP) server configuration and tool manifest for framework7io/framework7
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"framework7": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-framework7"
]
}
}
}