Model Context Protocol server for the Typeroll public API. Use with Claude Code or any MCP-compatible client to manage a Typeroll site.
{
"mcpServers": {
"typerollmcp": {
"command": "npx",
"args": [
"-y",
"@typeroll/mcp-server"
]
}
}
}