New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

silverbullet-ai-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

silverbullet-ai-mcp

MCP server bridge exposing silverbullet-ai tools from a SilverBullet server

latest
Source
npmnpm
Version
0.9.3
Version published
Maintainers
1
Created
Source

silverbullet-ai-mcp

MCP server that exposes the silverbullet-ai tools in a SilverBullet space to MCP clients like Claude Code, Claude Desktop and Cursor.

Full docs: https://ai.silverbullet.md/MCP%20Server/

Requirements

  • The Runtime API enabled on your SilverBullet server.
  • The silverbullet-ai plug installed in the space, preferably the same version as this package.
  • Node.js 20+.

Usage

Claude Code:

claude mcp add silverbullet --env SB_URL=http://localhost:3000 -- npx -y silverbullet-ai-mcp

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "silverbullet": {
      "command": "npx",
      "args": ["-y", "silverbullet-ai-mcp"],
      "env": { "SB_URL": "http://localhost:3000" }
    }
  }
}

FAQs

Package last updated on 24 Sep 2026

Related posts