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.

The social.plus MCP server lets AI coding tools read the public social.plus documentation directly while they help you implement SDK features. Use it when you want an assistant to answer implementation questions, find the right SDK guide, or cite canonical docs while working in your editor.
MCP support varies by AI tool and version. If your tool does not support remote MCP servers yet, use the docs pages directly or connect through a tool-specific MCP configuration when available.

MCP endpoint

https://learn.social.plus/mcp
The public docs MCP server:
  • uses the hosted social.plus documentation as its source of truth
  • does not require authentication
  • is intended for documentation lookup and guidance
  • returns structured tool results to the connected AI assistant

Connect your tool

Choose the AI tool you use most often:

Claude

Connect Claude.ai or Claude Desktop to the social.plus MCP server.

VS Code

Connect GitHub Copilot in VS Code through MCP settings.

Cursor

Add the social.plus MCP server to Cursor’s MCP configuration.

Typical workflow

1

Connect the MCP server

Add https://learn.social.plus/mcp to your AI tool’s MCP settings.
2

Ask an implementation question

Ask about a specific SDK task, such as setting up authentication, creating posts, querying feeds, configuring notifications, or using Live Objects and Live Collections.
3

Let the assistant retrieve docs

The assistant can call the MCP server to search social.plus docs and read the relevant pages.
4

Review the answer

Check that the assistant cites the correct docs and asks for missing project-specific inputs instead of inventing values.

Example prompts

How do I initialize the TypeScript SDK for the EU region?
Show me the docs for creating a text post in a community.
What should I check before implementing push notification registration?
How should I clean up a Live Collection subscription in React?

What this MCP server is for

The public docs MCP server is best for:
  • finding canonical social.plus documentation pages
  • answering SDK implementation questions with docs context
  • helping AI tools avoid outdated or guessed API usage
  • giving assistants a consistent source of truth across editors
It is not a replacement for your app’s local validation, build, test, or security review process.

SDK Quick Start

Install and initialize social.plus SDKs for your platform.

Authentication

Learn how user login, session renewal, and regional configuration work.

Posts

Create, query, edit, and moderate social posts.

Live Objects and Collections

Use realtime data patterns safely in your app lifecycle.