Social Media Data in Cursor IDE

Connect Cursor to CreatorCrawl for live social media data while you code. Use MCP to pull real API responses, test endpoints, and build integrations.

Key Features

  • Access social media data directly from the Cursor AI chat
  • Test API endpoints and see real responses while coding
  • AI-assisted development with live social media data context
  • Build and debug integrations without leaving your editor
  • Works with Cursor Agent and Composer modes

Code Example

Cursor IDE
// Add to .cursor/mcp.json in your project root:
{
  "mcpServers": {
    "creatorcrawl": {
      "url": "https://app.creatorcrawl.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}

Getting Started

1

Create the MCP config file

Create a .cursor/mcp.json file in your project root (or configure it globally in Cursor settings under MCP).

2

Add the CreatorCrawl server

Add https://app.creatorcrawl.com/api/mcp as the creatorcrawl server URL. Do not add authentication headers.

3

Sign in with OAuth

Connect the server in Cursor. A browser window opens so you can sign in to CreatorCrawl and authorize access.

4

Use social media data in Cursor

Open Cursor Agent or Composer and ask it to look up social media data. It will use the CreatorCrawl tools automatically.

Frequently Asked Questions

What Cursor version do I need?

Use a current Cursor release with remote Streamable HTTP MCP and OAuth support. CreatorCrawl does not require an API key in the Cursor config.

Can I use this in Composer mode?

Yes. Both Cursor Agent and Composer modes can access MCP tools. Ask the AI to pull social media data and it will call the CreatorCrawl API through MCP.

Where do I put the config file?

Create a .cursor/mcp.json file in your project root for project-level config, or add it to your global Cursor settings for access across all projects.

Can the AI write code that calls the API?

Yes. Cursor can both call the API through MCP for live data and generate code that calls the REST API directly. It can use real responses as reference when writing your integration code.

Other Integrations

Takes 60 seconds

Add one line to your
MCP config. Ship today.

50 free credits. No card. Works with Claude, Cursor, Zed, and any MCP client.