Aident MCP Server skill for Skills.sh — access 300+ integrations from Claude Code, Cursor, and other AI agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aident-skill": {
"command": "npx",
"args": [
"-y",
"Aident-AI/aident-skill"
]
}
}
}
Run in terminal:
claude mcp add aident-skill npx -y Aident-AI/aident-skill
Add to .cursor/mcp.json:
{
"mcpServers": {
"aident-skill": {
"command": "npx",
"args": [
"-y",
"Aident-AI/aident-skill"
]
}
}
}