Skip to content

Instantly share code, notes, and snippets.

@jimpick
Created December 22, 2024 22:43
Show Gist options
  • Select an option

  • Save jimpick/83df01498186bad360d2b8049f46a8f0 to your computer and use it in GitHub Desktop.

Select an option

Save jimpick/83df01498186bad360d2b8049f46a8f0 to your computer and use it in GitHub Desktop.

Revisions

  1. jimpick created this gist Dec 22, 2024.
    16 changes: 16 additions & 0 deletions firebase-claude-mcp-npx.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    This is really cool ... I built my modified libraries and published them to npm under my @jimpick namespace. I also published my MCP app. So now I can just do this in `~/Library/Application Support/Claude/claude_desktop_config.json`:
    ```
    {
    "mcpServers": {
    "json-doc-server": {
    "command": "npx",
    "args": [
    "-y",
    "@jimpick/mcp-database-server"
    ]
    }
    }
    }
    ```
    And it will automatically install as long as Node.js is setup.
    If you want to reset things, you can do: `rm -rf ~/.fireproof /tmp/dist ~/.npm/_npx`