Command Palette

Search for a command to run...

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

JustOneAPI Server

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

Exposes JustOneAPI endpoints as MCP tools, returning raw upstream JSON without field parsing for maximum data fidelity.

GitHubEmbed

Описание

Exposes JustOneAPI endpoints as MCP tools, returning raw upstream JSON without field parsing for maximum data fidelity.

README

简体中文 | English

Use JustOneAPI in MCP clients such as Codex, Claude Desktop, Cursor, and other AI assistant tools.

JustOneAPI MCP helps your assistant find the right JustOneAPI endpoint, inspect the required parameters, and call the API with your JustOneAPI token.

Supported Clients

You can use JustOneAPI MCP with any MCP-compatible client that supports remote HTTP or local stdio servers, including:

  • Codex
  • Claude Desktop
  • Cursor
  • Other MCP-compatible AI assistants

For Codex, add JustOneAPI as a remote MCP server and use the Remote HTTP URL and Authorization header below.

Quick Start

Remote HTTP

Remote HTTP is the recommended way to use JustOneAPI MCP.

{
  "mcpServers": {
    "justoneapi": {
      "url": "https://mcp.justoneapi.com/mcp",
      "headers": {
        "Authorization": "Bearer your_token"
      }
    }
  }
}

Local stdio

You can also run the MCP server locally with npx.

{
  "mcpServers": {
    "justoneapi": {
      "command": "npx",
      "args": ["-y", "justoneapi-mcp"],
      "env": {
        "JUSTONEAPI_TOKEN": "your_token"
      }
    }
  }
}

Token

Use your JustOneAPI token in one of these ways:

Authorization: Bearer your_token

or, for local stdio:

JUSTONEAPI_TOKEN=your_token

Bearer your_token is the recommended Authorization format.

Things You Can Ask

Ask your MCP client naturally:

Find the Xiaohongshu note comments API and tell me which parameters are required.

More examples:

Which Douyin APIs can get video details?
Call the Xiaohongshu note comments API with this note ID: xxxxx.
List the Weibo search-related APIs and explain when to use each one.
Continue to the next page of results.
Check my JustOneAPI balance.
Show my recent API usage and spending.
The API returned code 400. Help me check which parameter might be wrong.
The API returned code 601 or 602. What does it mean?

The assistant can search available JustOneAPI endpoints, explain required parameters, call the selected API after you provide the needed values, and help interpret common response codes.

License

MIT

from github.com/justoneapi/justoneapi-mcp

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

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

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

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

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

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

claude mcp add justoneapi-mcp-server -- npx -y justoneapi-mcp

FAQ

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

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

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

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

JustOneAPI Server — hosted или self-hosted?

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

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

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

Похожие MCP

Compare JustOneAPI Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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