Skip to main content
1

Open Cursor Settings

Press ⌘, (macOS) or Ctrl+, (Windows/Linux) to open Settings. Navigate to Features → MCP.
2

Add the social.plus MCP

Click Add new MCP server in the settings. Enter:
  • Name: social-plus
  • Type: SSE
  • URL: https://learn.social.plus/mcp
Click Save to connect.
3

Verify in the MCP panel

The server should show as Enabled in the MCP list. You can now reference it in Cursor’s AI chat.
Cursor MCP settings showing social-plus enabled

Manual config

You can also edit .cursor/mcp.json directly in your project root:
{
  "mcpServers": {
    "social-plus": {
      "url": "https://learn.social.plus/mcp",
      "transport": "sse"
    }
  }
}