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
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.
Connect your AI client. See MCP for Claude Desktop & Claude Code, MCP for Cursor, or MCP for VS Code.
Open the skill you want to use from MCP Skills, then download or copy its skill package.
Keep the
nameanddescriptionfrom the package frontmatter, because your client uses them to list the skill and trigger it automatically.
Note: You need both MCP and the skill. MCP supplies live impact.com data, and the skill tells your assistant how to run the workflow.
Install in Claude
In Claude Desktop, you upload skills through your settings.
Select your profile name at the bottom of the sidebar, then select Settings.
In the Customize section, select Skills.
Select Add
[Drop-down menu], then select Upload a skill.
Select the skill package you downloaded.
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.
Create
.cursor/skills/<skill-name>/in your project root, for example.cursor/skills/partner-weekly-performance-digest/.Add the
SKILL.mdfile from the skill package inside that folder.Optionally, create the same folder at
~/.cursor/skills/instead, so the skill applies across all your codebases.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.
In VS Code settings, enable Use Agent Skills.
Create
.github/skills/<skill-name>/in your project root for a single workspace, or~/.copilot/skills/<skill-name>/for all your projects.Add the
SKILL.mdfile from the skill package inside that folder.In Copilot Chat, type
/skillsor open the Agent Customizations menu to confirm the skill is active.
Run the skill
Open a chat where mcp.impact.com is connected.
Use the sample prompt from the skill's page, or describe the job in your own words.
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
