# AnswerDotAI/fasthtml | Model Context Protocol (MCP) Server
> The fastest way to create an HTML app
- **Stars**: ⭐ 7,004
- **Language**: Jupyter Notebook
- **Native MCP Manifest**: Standard NPX Transport
## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`)
```json
{
"mcpServers": {
"fasthtml": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fasthtml"
]
}
}
}
```
## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`)
```json
{
"mcpServers": {
"fasthtml": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fasthtml"
]
}
}
}
```
## 🚀 Launch Commands
- **NPX**: `npx -y @modelcontextprotocol/server-fasthtml`
- **Docker**: `docker run -i --rm mcp/fasthtml`