Server Config
{
"mcpServers": {
"freepik": {
"command": "node",
"args": [
"index.js"
],
"env": {
"FREEPIK_API_KEY": "<YOUR_FREEPIK_API_KEY>"
}
}
}
}{
"mcpServers": {
"freepik": {
"command": "node",
"args": [
"index.js"
],
"env": {
"FREEPIK_API_KEY": "<YOUR_FREEPIK_API_KEY>"
}
}
}
}