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.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.
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
- 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
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.
Let the assistant retrieve docs
The assistant can call the MCP server to search social.plus docs and read the relevant pages.
Example prompts
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
Related docs
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.