Skip to main content
Hosted MCP for AI clients

Connect your AI workflow to Inflyu.

Give Cursor and compatible AI clients authenticated access to Inflyu tools through a hosted MCP endpoint.

Built for agent workflows

A direct path from your AI client to Inflyu.

Hosted for compatible clients

Connect Cursor and other compatible AI clients to one managed Inflyu endpoint without operating MCP infrastructure yourself.

Discoverable Inflyu tools

Expose focused developer capabilities for influencer management, content generation, and studio workflows inside your agent.

Authenticated by your API key

Keep access account-scoped with an Inflyu API key sent as a Bearer token on every MCP request.

Quickstart

Add the hosted endpoint to Cursor.

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
Cursor MCP configuration
{
  "mcpServers": {
    "inflyu": {
      "url": "https://inflyu.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

One hosted endpoint. Your Inflyu tools.

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/mcp

Auth header

Authorization: Bearer YOUR_API_KEY

FAQ

Questions about Inflyu MCP.

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.

What endpoint should I add to Cursor?

Use https://inflyu.com/api/mcp as the hosted MCP server URL and send your Inflyu API key in the Authorization Bearer header.

What can the Inflyu tools do?

The hosted server maps to Inflyu developer capabilities for listing and managing AI influencers, starting generation workflows, and using studio generation tools.

Choose the developer interface you need.

Learn more about the full developer platform or build direct HTTP integrations with the AI Influencer API.