What is the JSONlify MCP server?
Validate and convert JSONL fine-tuning data across 11 AI providers. 13 tools.
How to install JSONlify
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"jsonlify": {
"url": "https://www.jsonlify.com/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jsonlify": {
"serverUrl": "https://www.jsonlify.com/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"jsonlify": {
"type": "http",
"url": "https://www.jsonlify.com/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"jsonlify": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.jsonlify.com/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http jsonlify https://www.jsonlify.com/api/mcpRelated MCP servers
Threads tools for AI — generate viral posts, download videos, export profiles
View repository →