Skip to content
Cursor

deckbase mcp server for Cursor

io.github.deckbase/deckbase-mcp-server

MCP server for Deckbase - exposes docs, template blocks, and project context

client:Cursor transport:stdio runtime:npm

Install deckbase mcp server in Cursor

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

{
  "mcpServers": {
    "deckbase-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "deckbase-mcp-server"
      ]
    }
  }
}

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

deckbase mcp server in other clients