Model Context Protocol (MCP) Integration
Connect external AI applications like Claude Desktop or Cursor to your SkillDeck library.
Claude Desktop Configuration
Add this server setup into your local claude_desktop_config.json config file:
{
"mcpServers": {
"skilldeck": {
"command": "node",
"args": ["h:/VPSAPPs/mcp/skilldeck-mcp.js"]
}
}
}
Cursor IDE Setup
In Cursor, go to Settings -> Features -> MCP, click + Add New MCP Server, and enter:
Name:
skilldeckType:
commandCommand:
node h:/VPSAPPs/mcp/skilldeck-mcp.js