Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add com.jotform--mcp --transport http https://mcp.jotform.com/
Add to your claude_desktop_config.json:
{
"mcpServers": {
"com.jotform--mcp": {
"type": "http",
"url": "https://mcp.jotform.com/"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"com.jotform--mcp": {
"type": "http",
"url": "https://mcp.jotform.com/"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"com.jotform--mcp": {
"type": "http",
"url": "https://mcp.jotform.com/"
}
}
}