Provide an MCP server that enables seamless integration and management of SkillsMP data with Node.js environments supporting Model Context Protocol.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"skillsync-mcp": {
"command": "npx",
"args": [
"-y",
"Glowboth/skillsync-mcp"
]
}
}
}
Run in terminal:
claude mcp add skillsync-mcp npx -y Glowboth/skillsync-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"skillsync-mcp": {
"command": "npx",
"args": [
"-y",
"Glowboth/skillsync-mcp"
]
}
}
}