Rapid Platform Server
БесплатноНе проверенEnables agentic LLMs to interact with the Rapid Platform API, supporting list operations, CRUD items, and webhook creation.
Описание
Enables agentic LLMs to interact with the Rapid Platform API, supporting list operations, CRUD items, and webhook creation.
README
An MCP (Model Context Protocol) server that enables agentic LLMs to interact with the Rapid Platform API.
Tools
| Tool | Description |
|---|---|
get_lists |
Get all available lists (tables) |
get_list_views |
Get all views for a specific list |
get_list_schema |
Get the schema (fields/types) for a list |
get_item_schema |
Get the schema for a single item from a list |
get_all_items |
Get items from a list with OData filtering, selection, pagination |
get_item |
Get a specific item by ID |
create_item |
Create a new item in a list |
update_item |
Update an existing item |
create_webhook |
Create a webhook for list events |
Setup
Prerequisites
- Node.js 18+
- A Rapid Platform account with API access
Install and Build
npm install
npm run build
Configuration
Set these environment variables:
| Variable | Required | Description |
|---|---|---|
RAPID_ACCESS_TOKEN |
Yes | OAuth2 Bearer token for authentication |
RAPID_TENANT_ID |
Yes | Your Rapid Platform tenant ID |
RAPID_SITE_ID |
No | Your Rapid Platform site ID |
RAPID_BASE_URL |
No | API base URL (defaults to https://api.rapidplatform.com) |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rapid-platform": {
"command": "node",
"args": ["/path/to/rapid-platform-mcp-server/dist/index.js"],
"env": {
"RAPID_ACCESS_TOKEN": "your-token-here",
"RAPID_TENANT_ID": "your-tenant-id",
"RAPID_SITE_ID": "your-site-id"
}
}
}
}
Usage with Claude Code
claude mcp add rapid-platform -- node /path/to/rapid-platform-mcp-server/dist/index.js
Set the environment variables in your shell before launching Claude Code, or pass them inline.
Development
npm run dev # Watch mode - recompiles on changes
npm run build # One-time build
npm start # Run the server
Установка Rapid Platform Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rapidmitch/rapid-mcpFAQ
Rapid Platform Server MCP бесплатный?
Да, Rapid Platform Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Rapid Platform Server?
Нет, Rapid Platform Server работает без API-ключей и переменных окружения.
Rapid Platform Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Rapid Platform Server в Claude Desktop, Claude Code или Cursor?
Открой Rapid Platform Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Rapid Platform Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
