Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@fiberplane/mcp-server-fiberplane

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fiberplane/mcp-server-fiberplane

MCP server for Fiberplane Studio

latest
npmnpm
Version
0.3.0
Version published
Maintainers
5
Created
Source

Fiberplane Model Context Protocol Server

This is a proof of concept model context protocol server for querying Fiberplane Studio local API using the Model Context Protocol.

Setting up using Claude Desktop

If you have Claude Desktop installed, update the configuration to use the local MCP server.

{
  "mcpServers": {
    "fiberplane": {
      "command": "npx",
      "args": [
        "@fiberplane/mcp-server-fiberplane"
      ]
    }
  }
}

Note If you're using NVM or FNM or any other Node version manager, Claude Desktop will not be able to find the node command. Use the following snippet as reference. Issue tracked here

{
  "mcpServers": {
    "fiberplane": {
      "command": "<path_to_node>",
      "args": [
        "<path_to_globally_installed_npm_packages_>/@fiberplane/mcp-server-fiberplane/dist/index.js"
      ]
    }
  }
}

FAQs

Package last updated on 15 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts