# Plasmic — MCP server on mcp.ai > Connect your Plasmic account and use 1 tools for website builders straight from your AI agent. Connect with your own API key. Plasmic is a visual builder for the web, enabling teams to create and manage web pages and components without code. By: mcp.ai · official Page: https://mcp.ai/plasmic ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_plasmic?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/plasmic/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/plasmic/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/plasmic/skill.md Postman collection (v2.1): https://mcp.ai/plasmic/postman.json ## Tools - plasmic_global_actions_provider(contexts: object[]) — Tool to generate the globalContexts configuration snippet for Plasmic loader. Use when you need to configure global contexts after defining your React providers. ## Example prompts - "What can I do in Plasmic?" - "Show me a summary of my Plasmic account" ## Links Docs: https://mcp.ai/docs/mcps/plasmic Website: https://mcp.ai/mcps/plasmic