One skill, every platform
Because AgentPowers is built on the open Model Context Protocol (MCP), a skill installed from AgentPowers works on any MCP-compatible tool. You don't need different skills for different platforms.
This means you can:
- Buy a skill once and use it in Claude Code, Cursor, Windsurf, and more
- Switch between tools without losing your skills
- Try new AI tools without rebuilding your skill collection
Setting up Cursor
Add this to your Cursor MCP configuration file (.cursor/mcp.json):
{
"mcpServers": {
"agentpowers": {
"command": "npx",
"args": ["@agentpowers/mcp-server"]
}
}
}
Restart Cursor, and you'll have access to AgentPowers marketplace tools directly in your conversations.
Setting up Windsurf
Add the same MCP configuration to Windsurf's config file (~/.windsurf/mcp.json):
{
"mcpServers": {
"agentpowers": {
"command": "npx",
"args": ["@agentpowers/mcp-server"]
}
}
}
Skills installed through any platform are available in all platforms. Install once, use everywhere.
Setting up other tools
The setup is similar for all MCP-compatible tools:
- Gemini CLI: Add to
~/.gemini/settings.json - GitHub Copilot: Add via VS Code Settings > MCP
- Kiro: Add to
.kiro/mcp.json - Codex: Use the dedicated Codex plugin
- Claude Cowork: Use the dedicated Claude Cowork extension
For detailed setup instructions for any platform, visit the Connect page.
Cross-platform skill management
Skills are stored locally on your machine in platform-specific directories:
~/.claude/skills/for Claude Code~/.cursor/skills/for Cursor~/.windsurf/skills/for Windsurf
When you install a skill, you can choose which platform to install it for. Or install it for all platforms at once.
Your purchase is tied to your account, not a specific platform. Buy once, install on any tool, on any computer. For detailed setup instructions, see our Claude Code tutorial or the full Connect page.