For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install an MCP Skill

Every impact.com skill installs the same way, whichever AI client you use. This guide covers Claude, Cursor, and VS Code. Each skill's own page provides the skill package and a sample prompt to run it.

Before you start

  1. Make sure MCP access is enabled for your account. Account administrators control this for everyone on the account, and can enable or disable MCP access.

  2. Open the skill you want to use from MCP Skills, then download or copy its skill package.

  3. Keep the name and description from the package frontmatter, because your client uses them to list the skill and trigger it automatically.

Install in Claude

In Claude Desktop, you upload skills through your settings.

  1. Select your profile name at the bottom of the sidebar, then select Settings.

  2. In the Customize section, select Skills.

  3. Select Add [Drop-down menu], then select Upload a skill.

  4. Select the skill package you downloaded.

  5. Confirm the skill appears in your skills list.

Install in Cursor

Cursor reads skills from a folder in your project or your home directory. The folder name must match the name in the package frontmatter, which uses lowercase letters and hyphens.

  1. Create .cursor/skills/<skill-name>/ in your project root, for example .cursor/skills/partner-weekly-performance-digest/.

  2. Add the SKILL.md file from the skill package inside that folder.

  3. Optionally, create the same folder at ~/.cursor/skills/ instead, so the skill applies across all your codebases.

  4. In Agent chat, type / and select the skill by name.

Cursor also reads skills from shared paths such as .agents/skills/, .claude/skills/, and .codex/skills/.

Install in VS Code

VS Code reads skills from a folder in your workspace or your user profile. The folder name must match the name in the package frontmatter, which uses lowercase letters and hyphens.

  1. In VS Code settings, enable Use Agent Skills.

  2. Create .github/skills/<skill-name>/ in your project root for a single workspace, or ~/.copilot/skills/<skill-name>/ for all your projects.

  3. Add the SKILL.md file from the skill package inside that folder.

  4. In Copilot Chat, type /skills or open the Agent Customizations menu to confirm the skill is active.

Run the skill

  1. Open a chat where mcp.impact.com is connected.

  2. Use the sample prompt from the skill's page, or describe the job in your own words.

  3. Answer any follow-up questions about program, date range, and destinations so the skill can call the right tools.

Your client can also run the skill on its own when your request matches the skill's description, so you do not always need to name it.

You’ll know the skill worked when the assistant returns real-time data from your connected impact.com account instead of general guidance. Refer to each skill's dedicated page for a detailed description of its output.

If the skill runs but returns no data, see the troubleshooting answers in the MCP Skills FAQ.

See also

Last updated