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:Vise
Give your AI coding agent guardrails for building social.plus features — install Vise, add its skill, and ask.
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
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.