MCP Rosetta Icp MCP Server

Developer-friendly & type-safe Typescript SDK specifically catered to leverage *icpmcp* API.

Local serverstdioTypeScript

What is the MCP Rosetta Icp MCP server?

MCP Rosetta Icp MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Developer-friendly & type-safe Typescript SDK specifically catered to leverage icpmcp API.

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

What the assistant can call

Once MCP Rosetta Icp is connected, these are the calls the assistant has available:

  • PNPM — The PNPM tool exposed by this server
  • Yarn — The Yarn tool exposed by this server
  • Example — const icpmcp = new Icpmcp({ serverURL: "https://api.example.com", });

Configuration and credentials

For supported JavaScript runtimes, please consult RUNTIMES.md.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp rosetta icp mcp server does with a few real requests.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Rosetta Icp's toolset — PNPM, Yarn, Example — is a fair guide to whether it matches your workflow. It is maintained by ai-api-booster; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
PNPMThe PNPM tool exposed by this server.
YarnThe Yarn tool exposed by this server.
Exampleconst icpmcp = new Icpmcp({ serverURL: "https://api.example.com", });

How to install the MCP Rosetta Icp MCP server

{
  "mcpServers": {
    "icpmcp-rosetta-api": {
      "command": "npx",
      "args": [
        "-y", "--package", "icpmcp-rosetta-api",
        "--",
        "mcp", "start",
        "--server-url", "..."
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

For supported JavaScript runtimes, please consult RUNTIMES.md.

Example prompts to try

  • Use MCP Rosetta Icp to PNPM.
  • Use MCP Rosetta Icp to Yarn.
  • Use MCP Rosetta Icp to Example.

Frequently asked questions

It connects MCP Rosetta Icp to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (PNPM, Yarn, Example) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Rosetta Icp directly.