Freepik FastMCP Toolkit
Rank #9,260glama/freepik-company/freepik-mcp
A Model Context Protocol (MCP) server that connects AI assistants directly with Freepik's APIs, allowing users to search, generate, and manage visual content without leaving their AI workflow.
Freepik FastMCP Toolkit is a Model Context Protocol (MCP) server published by freepik-company. It ranks #9,260 of 115,591 servers tracked on MCP Toplist, and its repository has 77 GitHub stars. Freepik FastMCP Toolkit is listed across 3 registries — Glama, PulseMCP and mcp.so, and ships as a single rolling release with no explicit version metadata. It was first listed on Jun 24, 2025.
Ranks ahead of 106,331 of 115,591 servers on MCP Toplist.
Use Freepik FastMCP Toolkit
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http freepik-mcp https://api.freepik.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.freepik-mcp]
url = "https://api.freepik.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://api.freepik.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"freepik-mcp": {
"url": "https://api.freepik.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"freepik-mcp": {
"type": "http",
"url": "https://api.freepik.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"freepik-mcp": {
"serverUrl": "https://api.freepik.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"freepik-mcp": {
"url": "https://api.freepik.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Ffreepik-company%2Ffreepik-mcp)<a href="https://mcptoplist.com/server/glama%2Ffreepik-company%2Ffreepik-mcp"><img src="https://mcptoplist.com/badge/glama%2Ffreepik-company%2Ffreepik-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
freepik-company
Other servers by freepik-company
View all freepik-company servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Freepik FastMCP Toolkit?
- Freepik FastMCP Toolkit is maintained by freepik-company, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Freepik FastMCP Toolkit listed on the Official MCP Registry?
- Freepik FastMCP Toolkit is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does Freepik FastMCP Toolkit have?
- Freepik FastMCP Toolkit ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Freepik FastMCP Toolkit?
- The source code for Freepik FastMCP Toolkit is hosted at github.com/freepik-company/freepik-mcp.