Skip to content
Cursor

server for Cursor

io.mcpskills/server

Trust scoring for MCP servers, AI skills & npm packages — 15 signals + safety scanning.

client:Cursor transport:stdio runtime:npm

Install server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mcpskillsio/server"
      ],
      "env": {
        "MCPSKILLS_API_KEY": "<MCPSKILLS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

server in other clients