Superforms for Claude Desktop
co.superforms/superforms
Human-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs.
client:Claude Desktop
transport:streamable-http
tools:11
Install Superforms in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"superforms": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://superforms.co/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs