Skip to main content
VS Code connects to Appeeky over HTTP at https://mcp.appeeky.com/mcp for use with GitHub Copilot’s agent mode, authenticated with your API key.
Get your API key from appeeky.com → Settings → API Key or the API Dashboard. MCP support requires a recent VS Code with GitHub Copilot.

Connect Appeeky

1

Add the Appeeky MCP server

Create .mcp.json (workspace) or add to your user mcp.json via Command Palette → MCP: Open User Configuration:
2

Start the server

VS Code shows a Start action on the server entry. Start it, then open Copilot Chat → Agent mode and confirm the Appeeky tools appear in the tools picker.

Build with Appeeky

In Copilot agent mode, ask in plain language and it calls the right Appeeky tools:
See the full tool reference for everything Appeeky exposes.

Troubleshooting

  • Tools missing — make sure the server is Started and you’re in Copilot Agent mode; the tools only appear there.
  • 401 / “authentication required” — your API key is missing or invalid. Regenerate it at appeeky.com → Settings → API Key and update the Authorization header.
  • 429 / “rate limit” — you hit a plan or burst limit. See Rate Limits.