Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Magnet Server

БесплатноНе проверен

Enables interaction with Magnet (magnet.run) via MCP, requiring an API key. Supports Cursor, Claude Desktop, and Claude Code.

GitHubEmbed

Описание

Enables interaction with Magnet (magnet.run) via MCP, requiring an API key. Supports Cursor, Claude Desktop, and Claude Code.

README

An MCP server for interacting with Magnet (magnet.run)

Note: Currently macOS only. Windows and Linux support coming soon.

Setup

To set it up:

  1. Generate an API key for your Workspace (Organization) at https://www.magnet.run/settings or from the Settings -> MCP section of the Desktop app.

  2. Set up your MCP server configuration:

For Cursor or Claude Desktop (add to your MCP settings JSON):

{
  "Magnet": {
    "command": "npx",
    "args": [
      "-y",
      "@magnet-ai/magnet-mcp-server"
    ],
    "env": {
      "MAGNET_API_KEY": "your-api-key-here"
    }
  }
}

For Claude Code (run this command):

claude mcp add --transport stdio Magnet --env MAGNET_API_KEY=your-api-key-here -- npx -y @magnet-ai/magnet-mcp-server

💡 TIP:

If you are seeing issues getting your MCP server configuration working, consider that it might be an issue with the node / npx version, and try to put a full path to the npx you would like to use in the "command" field.

Local Development

For instructions on developing and testing locally, see LOCAL_DEVELOPMENT.md.

from github.com/toolkit-ai/magnet-mcp-server

Установить Magnet Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install magnet-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add magnet-mcp-server -- npx -y @magnet-ai/magnet-mcp-server

FAQ

Magnet Server MCP бесплатный?

Да, Magnet Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Magnet Server?

Нет, Magnet Server работает без API-ключей и переменных окружения.

Magnet Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Magnet Server в Claude Desktop, Claude Code или Cursor?

Открой Magnet Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Magnet Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development