Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learn.social.plus/llms.txt

Use this file to discover all available pages before exploring further.

1

Open Cursor Settings

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

Add a new MCP server

Click Add new MCP server. Enter:
  • Name: social-plus
  • Type: SSE
  • URL: https://learn.social.plus/mcp
Click Save.
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"
    }
  }
}