Skip to content

Guides

A social media MCP server for VS Code

VS Code reads MCP servers from an mcp.json file — a workspace-level .vscode/mcp.json (good for a team, committed to the repo) or a user-profile config that syncs across your machines. GitHub Copilot only calls MCP tools in Agent mode.

Browse docs

5 min read

The connection#

PropertyValue
EndpointPOST https://api.skedcast.com/mcp
TransportStreamable HTTP
AuthOAuth 2.1 bearer token (client runs the flow for you) or a SkedCast API key as a bearer token
Tools59 tools — 31 that read (posts, clients, accounts, analytics, reports, best-times, library, webhooks) and 28 that act (compose and edit posts, reschedule/cancel/retry, import media, manage webhooks)

Add a social media MCP server to VS Code#

Open the Command Palette and run "MCP: Open User Configuration" for a config that syncs across your machines via Settings Sync, or create .vscode/mcp.json in a repo root if you want it shared with (and committed for) your team.

json
{
  "servers": {
    "skedcast": {
      "type": "http",
      "url": "https://api.skedcast.com/mcp"
    }
  }
}
mcp.json — a remote server uses type: "http" and a url.

Use it#

In Copilot Chat, switch the mode dropdown from Ask to Agent — MCP tools only run in Agent mode. Click the tools icon in the chat box to confirm SkedCast's tools are listed, then ask Copilot directly to check or schedule posts.

mcpvs codegithub copilotai agent

FAQ

Should the config go in the workspace file or my user profile?
Put a server your whole team should have (no personal secret involved) in .vscode/mcp.json and commit it. Put a server tied to your own API key or personal account in your user profile config instead, so it doesn't leak into the repo.
Why don't I see SkedCast's tools in Copilot Chat?
Check you're in Agent mode, not Ask mode — MCP tools are only exposed to Copilot's Agent mode. Also confirm the server shows as connected via the tools icon in the chat box.

Ready to broadcast everywhere?

Sign up free — no credit card. You land on the Free plan, and you can start a one-time 7-day Studio trial from your workspace whenever you are ready. Connect your first accounts, import a batch, and watch one post fan out across every platform.