What is Inflyu MCP?
Inflyu MCP is a hosted Model Context Protocol server for compatible AI clients. It exposes Inflyu developer tools at https://inflyu.com/api/mcp.
Give Cursor and compatible AI clients authenticated access to Inflyu tools through a hosted MCP endpoint.
Built for agent workflows
Connect Cursor and other compatible AI clients to one managed Inflyu endpoint without operating MCP infrastructure yourself.
Expose focused developer capabilities for influencer management, content generation, and studio workflows inside your agent.
Keep access account-scoped with an Inflyu API key sent as a Bearer token on every MCP request.
Quickstart
Create an API key in Settings → Developer, paste the configuration into your Cursor MCP settings, and replace YOUR_API_KEY with your key.
API and MCP access require the Developer Platform to be enabled; create a key in Settings → Developer when it is available.
View developer quickstart{
"mcpServers": {
"inflyu": {
"url": "https://inflyu.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}MCP requests go to the hosted Inflyu server and use the same account-scoped developer access as the REST API.
Endpoint
https://inflyu.com/api/mcpAuth header
Authorization: Bearer YOUR_API_KEYFAQ
Inflyu MCP is a hosted Model Context Protocol server for compatible AI clients. It exposes Inflyu developer tools at https://inflyu.com/api/mcp.
Use https://inflyu.com/api/mcp as the hosted MCP server URL and send your Inflyu API key in the Authorization Bearer header.
The hosted server maps to Inflyu developer capabilities for listing and managing AI influencers, starting generation workflows, and using studio generation tools.
Learn more about the full developer platform or build direct HTTP integrations with the AI Influencer API.