Rapid Platform MCP Server
Allows LLMs to interact with the Rapid Platform API, enabling operations on lists, items, views, and webhooks.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Rapid Platform MCP ServerWhat lists are available in my workspace?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Rapid Platform MCP Server
An MCP (Model Context Protocol) server that enables agentic LLMs to interact with the Rapid Platform API.
Tools
Tool | Description |
| Get all available lists (tables) |
| Get all views for a specific list |
| Get the schema (fields/types) for a list |
| Get the schema for a single item from a list |
| Get items from a list with OData filtering, selection, pagination |
| Get a specific item by ID |
| Create a new item in a list |
| Update an existing item |
| Create a webhook for list events |
Related MCP server: n8n Manager for AI Agents
Setup
Prerequisites
Node.js 18+
A Rapid Platform account with API access
Install and Build
npm install
npm run buildConfiguration
Set these environment variables:
Variable | Required | Description |
| Yes | OAuth2 Bearer token for authentication |
| Yes | Your Rapid Platform tenant ID |
| No | Your Rapid Platform site ID |
| No | API base URL (defaults to |
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.jsSet 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 serverThis server cannot be deployed
Maintenance
Related MCP Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Verified, pay-per-use API tools for AI agents through one authenticated connection.
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to dynamically discover and interact with APIs through Swagger/OpenAPI specifications and Postman collections using a strategic four-tool approach. It streamlines API integration by providing universal tools for endpoint discovery, detailed request information, and authenticated execution.1-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage n8n workflow automation instances through tools for workflow CRUD operations, execution monitoring, and webhook triggering. It facilitates programmatic interaction with n8n instances via the n8n API with AI-optimized descriptions and error handling.62MIT
- AlicenseNot gradedqualityDmaintenanceAllows AI assistants to interact with Frappe applications through the official REST API, enabling document CRUD operations, schema handling, and detailed API instructions.164 npm2ISC
- AlicenseCqualityDmaintenanceEnables AI agents to interact with Webflow APIs for managing sites, pages, components, CMS collections, and custom code.32915 npmMIT